C# Класс Apache.NMS.NMSException

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

Защищенные свойства (Protected)

Свойство Тип Описание
exceptionErrorCode string

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

Метод Описание
GetObjectData ( System info, System context ) : void

When overridden in a derived class, sets the SerializationInfo with information about the exception.

NMSException ( ) : System
NMSException ( string message ) : System
NMSException ( string message, Exception innerException ) : System
NMSException ( string message, string errorCode ) : System
NMSException ( string message, string errorCode, Exception innerException ) : System

Защищенные методы

Метод Описание
NMSException ( System info, System context ) : System

Initializes a new instance of the NMSException class with serialized data. Throws System.ArgumentNullException if the info parameter is null. Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).

Описание методов

GetObjectData() публичный метод

When overridden in a derived class, sets the SerializationInfo with information about the exception.
public GetObjectData ( System info, System context ) : void
info System The SerializationInfo that holds the serialized object data about the exception being thrown.
context System The StreamingContext that contains contextual information about the source or destination.
Результат void

NMSException() публичный метод

public NMSException ( ) : System
Результат System

NMSException() защищенный метод

Initializes a new instance of the NMSException class with serialized data. Throws System.ArgumentNullException if the info parameter is null. Throws System.Runtime.Serialization.SerializationException if the class name is null or System.Exception.HResult is zero (0).
protected NMSException ( System info, System context ) : System
info System The SerializationInfo that holds the serialized object data about the exception being thrown.
context System The StreamingContext that contains contextual information about the source or destination.
Результат System

NMSException() публичный метод

public NMSException ( string message ) : System
message string
Результат System

NMSException() публичный метод

public NMSException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System

NMSException() публичный метод

public NMSException ( string message, string errorCode ) : System
message string
errorCode string
Результат System

NMSException() публичный метод

public NMSException ( string message, string errorCode, Exception innerException ) : System
message string
errorCode string
innerException System.Exception
Результат System

Описание свойств

exceptionErrorCode защищенное свойство

protected string exceptionErrorCode
Результат string