NodeUnavailableException Constructor
Overload List
Overload | Description |
---|---|
NodeUnavailableException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the NodeUnavailableException class with serialized data. C# Syntax protected NodeUnavailableException( SerializationInfo info, StreamingContext context ) Parameters
|
NodeUnavailableException Constructor() | Initializes a new instance of the NodeUnavailableException class. C# Syntax public NodeUnavailableException() |
NodeUnavailableException Constructor(String,Exception) | Initializes a new instance of the NodeUnavailableException class with a specified error message and a reference to the inner exception that is the cause of this exception. C# Syntax public NodeUnavailableException( string message, Exception exception ) Parameters
|
NodeUnavailableException Constructor(String) | Initializes a new instance of the NodeUnavailableException class with a specified error message. C# Syntax public NodeUnavailableException( string message ) Parameters
|