C# 클래스 CrossroadsIO.XsException

상속: System.Exception
파일 보기 프로젝트 열기: jgoz/crossroads-net

공개 메소드들

메소드 설명
XsException ( int errorCode ) : System

Initializes a new instance of the XsException class.

XsException ( int errorCode, string message ) : System

Initializes a new instance of the XsException class.

XsException ( int errorCode, string message, Exception inner ) : System

Initializes a new instance of the XsException class.

보호된 메소드들

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

Initializes a new instance of the XsException class.

비공개 메소드들

메소드 설명
GetErrorName ( int errorCode ) : string
XsException ( ErrorDetails errorDetails ) : System

메소드 상세

XsException() 보호된 메소드

Initializes a new instance of the XsException class.
protected XsException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
리턴 System

XsException() 공개 메소드

Initializes a new instance of the XsException class.
public XsException ( int errorCode ) : System
errorCode int The error code returned by the Crossroads I/O library call.
리턴 System

XsException() 공개 메소드

Initializes a new instance of the XsException class.
public XsException ( int errorCode, string message ) : System
errorCode int The error code returned by the Crossroads I/O library call.
message string The message that describes the error
리턴 System

XsException() 공개 메소드

Initializes a new instance of the XsException class.
public XsException ( int errorCode, string message, Exception inner ) : System
errorCode int The error code returned by the Crossroads I/O library call.
message string The message that describes the error
inner System.Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
리턴 System