C# Класс Concordion.Api.AssertionErrorException

Signals that a specification has not processed properly
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AssertionErrorException() публичный Метод

Initializes a new instance of the AssertionErrorException class.
public AssertionErrorException ( ) : System
Результат System

AssertionErrorException() публичный Метод

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.
Результат System

AssertionErrorException() публичный Метод

Initializes a new instance of the AssertionErrorException class.
public AssertionErrorException ( string message ) : System
message string The message.
Результат System

AssertionErrorException() публичный Метод

Initializes a new instance of the AssertionErrorException class.
public AssertionErrorException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
Результат System