Constructor QueryNodeException
QueryNodeException(IMessage)
Declaration
public QueryNodeException(IMessage message)
Parameters
QueryNodeException(Exception)
Declaration
public QueryNodeException(Exception throwable)
Parameters
Type |
Name |
Description |
System.Exception |
throwable |
|
QueryNodeException(IMessage, Exception)
Declaration
public QueryNodeException(IMessage message, Exception throwable)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
System.Exception |
throwable |
|
QueryNodeException(String)
Declaration
public QueryNodeException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
QueryNodeException(SerializationInfo, StreamingContext)
Initializes a new instance of this class with serialized data.
Declaration
public QueryNodeException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
System.Runtime.Serialization.SerializationInfo |
info |
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
|
System.Runtime.Serialization.StreamingContext |
context |
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
|