C# Класс CrossroadsIO.XsException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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