C# Class Dse.Auth.Sspi.SspiException

Inheritance: System.Exception
Mostra file Open project: datastax/csharp-driver-dse

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Serializes the exception.

SspiException ( string message, int errorCode ) : System

Creates a new instance of SspiException.

Protected Methods

Method Description
SspiException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the SSPIException class from serialization data.

Private Methods

Method Description
SspiException ( string message, SecurityStatus errorCode ) : System

Initializes a new instance of the SSPIException class with the given message and status.

Method Details

GetObjectData() public method

Serializes the exception.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

SspiException() protected method

Initializes a new instance of the SSPIException class from serialization data.
protected SspiException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SspiException() public method

Creates a new instance of SspiException.
public SspiException ( string message, int errorCode ) : System
message string
errorCode int
return System