Table of Contents

Class NotAuthorizedException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that an operation failed in the ScaleOut service because of authorization restrictions.

[Serializable]
public class NotAuthorizedException : ScaleoutException, ISerializable
Inheritance
NotAuthorizedException
Implements
Inherited Members

Constructors

NotAuthorizedException()

Create a new NotAuthorizedException with default parameters.

NotAuthorizedException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate a NotAuthorizedException from a serialized stream.

NotAuthorizedException(string)

Create a new NotAuthorizedException.

NotAuthorizedException(string, Exception)

Create a new NotAuthorizedException.