C# Class Concordion.Api.AssertionErrorException

Signals that a specification has not processed properly
Inheritance: System.Exception
Afficher le fichier Open project: concordion/concordion-net

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the AssertionErrorException class.
public AssertionErrorException ( ) : System
Résultat System

AssertionErrorException() public méthode

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.
Résultat System

AssertionErrorException() public méthode

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

AssertionErrorException() public méthode

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