C# 클래스 CrossroadsIO.XsVersionException

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

공개 메소드들

메소드 설명
XsVersionException ( ) : System

Initializes a new instance of the XsVersionException class.

XsVersionException ( int major, int minor, int requiredMajor, int requiredMinor ) : System

Initializes a new instance of the XsVersionException class.

XsVersionException ( string message ) : System

Initializes a new instance of the XsVersionException class.

XsVersionException ( string message, Exception inner ) : System

Initializes a new instance of the XsVersionException class.

보호된 메소드들

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

Initializes a new instance of the XsVersionException class.

메소드 상세

XsVersionException() 공개 메소드

Initializes a new instance of the XsVersionException class.
public XsVersionException ( ) : System
리턴 System

XsVersionException() 보호된 메소드

Initializes a new instance of the XsVersionException class.
protected XsVersionException ( 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

XsVersionException() 공개 메소드

Initializes a new instance of the XsVersionException class.
public XsVersionException ( int major, int minor, int requiredMajor, int requiredMinor ) : System
major int The current major XS version.
minor int The current minor XS version.
requiredMajor int The required major XS version.
requiredMinor int The required minor XS version.
리턴 System

XsVersionException() 공개 메소드

Initializes a new instance of the XsVersionException class.
public XsVersionException ( string message ) : System
message string The message that describes the error
리턴 System

XsVersionException() 공개 메소드

Initializes a new instance of the XsVersionException class.
public XsVersionException ( string message, Exception inner ) : System
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