Table of Contents

Constructor NotAuthorizedException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

NotAuthorizedException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate a NotAuthorizedException from a serialized stream.

protected NotAuthorizedException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

a SerializationInfo object holding the serialized state of the NotAuthorizedException.

context StreamingContext

a StreamingContext object providing context about the serialization operation.

NotAuthorizedException()

Create a new NotAuthorizedException with default parameters.

public NotAuthorizedException()

NotAuthorizedException(string)

Create a new NotAuthorizedException.

public NotAuthorizedException(string message)

Parameters

message string

A message explaining the exception.

NotAuthorizedException(string, Exception)

Create a new NotAuthorizedException.

public NotAuthorizedException(string message, Exception innerException)

Parameters

message string

A message explaining the exception.

innerException Exception

A nested exception that caused the NotAuthorizedException to be thrown.