Table of Contents

Constructor AuthorizationNotNeededException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

AuthorizationNotNeededException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate a AuthorizationNotNeededException from a serialized stream.

protected AuthorizationNotNeededException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

a SerializationInfo object holding the serialized state of the AuthorizationNotNeededException.

context StreamingContext

a StreamingContext object providing context about the serialization operation.

AuthorizationNotNeededException()

Create a new AuthorizationNotNeededException with default parameters.

public AuthorizationNotNeededException()

AuthorizationNotNeededException(string)

public AuthorizationNotNeededException(string message)

Parameters

message string

A message explaining the exception.

AuthorizationNotNeededException(string, Exception)

public AuthorizationNotNeededException(string message, Exception innerException)

Parameters

message string

A message explaining the exception.

innerException Exception

A nested exception that caused the AuthorizationNotNeededException to be thrown.