C# Class Concordion.Api.AssertionErrorException

Signals that a specification has not processed properly
Inheritance: System.Exception
Show file Open project: concordion/concordion-net

Public Methods

Method Description
AssertionErrorException ( ) : System

Initializes a new instance of the AssertionErrorException class.

AssertionErrorException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the AssertionErrorException class.

AssertionErrorException ( string message ) : System

Initializes a new instance of the AssertionErrorException class.

AssertionErrorException ( string message, Exception inner ) : System

Initializes a new instance of the AssertionErrorException class.

Method Details

AssertionErrorException() public method

Initializes a new instance of the AssertionErrorException class.
public AssertionErrorException ( ) : System
return System

AssertionErrorException() public method

Initializes a new instance of the AssertionErrorException class.
/// The parameter is null. /// /// The class name is null or is zero (0). ///
public AssertionErrorException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
return System

AssertionErrorException() public method

Initializes a new instance of the AssertionErrorException class.
public AssertionErrorException ( string message ) : System
message string The message.
return System

AssertionErrorException() public method

Initializes a new instance of the AssertionErrorException class.
public AssertionErrorException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
return System