Constructor QueryNodeError
QueryNodeError(IMessage)
Declaration
public QueryNodeError(IMessage message)
Parameters
Type | Name | Description |
---|---|---|
IMessage | message | NLS Message Object |
QueryNodeError(Exception)
Declaration
public QueryNodeError(Exception throwable)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | throwable | An exception instance to wrap |
QueryNodeError(IMessage, Exception)
Declaration
public QueryNodeError(IMessage message, Exception throwable)
Parameters
Type | Name | Description |
---|---|---|
IMessage | message | NLS Message Object |
System.Exception | throwable | An exception instance to wrap |
QueryNodeError(String)
Declaration
public QueryNodeError(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
QueryNodeError(SerializationInfo, StreamingContext)
Initializes a new instance of this class with serialized data.
Declaration
public QueryNodeError(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. |