C# Класс Raven.Light.Exceptions.ConflictException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
ConflictException ( ) : System

Initializes a new instance of the ConflictException class.

ConflictException ( string message ) : System

Initializes a new instance of the ConflictException class.

ConflictException ( string message, Exception inner ) : System

Initializes a new instance of the ConflictException class.

Защищенные методы

Метод Описание
ConflictException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ConflictException class.

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

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

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

ConflictException() защищенный Метод

Initializes a new instance of the ConflictException class.
The parameter is null. The class name is null or is zero (0).
protected ConflictException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
Результат System

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

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

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

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