NoMatchingNodeFoundExceptionGeneral Constructor

Overload List

OverloadDescription
NoMatchingNodeFoundExceptionGeneral Constructor(SerializationInfo,StreamingContext)

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

C# Syntax

protected NoMatchingNodeFoundExceptionGeneral( 
   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.
NoMatchingNodeFoundExceptionGeneral Constructor()

Initializes a new instance of the NoMatchingNodeFoundExceptionGeneral class.  

C# Syntax

public NoMatchingNodeFoundExceptionGeneral()
NoMatchingNodeFoundExceptionGeneral Constructor(String,Exception)

Initializes a new instance of the NoMatchingNodeFoundExceptionGeneral class with a specified error message and a reference to the inner exception that is the cause of this exception.  

C# Syntax

public NoMatchingNodeFoundExceptionGeneral( 
   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.
NoMatchingNodeFoundExceptionGeneral Constructor(String)

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

C# Syntax

public NoMatchingNodeFoundExceptionGeneral( 
   string message
)

Parameters

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