Table of Contents

Class AuthorizationNotNeededException

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

A ScaleoutException specialization that indicates that a login was performed on a cache that does not require authorization.

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

Constructors

AuthorizationNotNeededException()

Create a new AuthorizationNotNeededException with default parameters.

AuthorizationNotNeededException(SerializationInfo, StreamingContext)

Deserialization constructor. Recreate a AuthorizationNotNeededException from a serialized stream.

AuthorizationNotNeededException(string)

Create a new AuthorizationNotNeededException.

AuthorizationNotNeededException(string, Exception)

Create a new AuthorizationNotNeededException.