NodeUnavailableException Constructor

Overload List

OverloadDescription
NodeUnavailableException Constructor(SerializationInfo,StreamingContext)

Initializes a new instance of the NodeUnavailableException class with serialized data.  

C# Syntax

protected NodeUnavailableException( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
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

message
The error message that explains the reason for the exception.
exception
The exception that is the cause of the current exception.
NodeUnavailableException Constructor(String)

Initializes a new instance of the NodeUnavailableException class with a specified error message.  

C# Syntax

public NodeUnavailableException( 
   string message
)

Parameters

message
The error message that explains the reason for the exception.