C# 클래스 Dse.Auth.Sspi.SspiException

상속: System.Exception
파일 보기 프로젝트 열기: datastax/csharp-driver-dse

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Serializes the exception.

SspiException ( string message, int errorCode ) : System

Creates a new instance of SspiException.

보호된 메소드들

메소드 설명
SspiException ( SerializationInfo info, StreamingContext context ) : System

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

비공개 메소드들

메소드 설명
SspiException ( string message, SecurityStatus errorCode ) : System

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

메소드 상세

GetObjectData() 공개 메소드

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

SspiException() 보호된 메소드

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
리턴 System

SspiException() 공개 메소드

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