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

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

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

Метод Описание
InvalidDestinationException ( ) : System
InvalidDestinationException ( string message ) : System
InvalidDestinationException ( string message, Exception innerException ) : System
InvalidDestinationException ( string message, string errorCode ) : System
InvalidDestinationException ( string message, string errorCode, Exception innerException ) : System

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

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

Initializes a new instance of the InvalidDestinationException 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).

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

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

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

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

Initializes a new instance of the InvalidDestinationException 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 InvalidDestinationException ( 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

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

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

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

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

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

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

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

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