C# Класс B1PP.Exceptions.B1EnumConvertException

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

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

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

Initializes a new instance of the B1EnumConvertException class.

B1EnumConvertException ( string message ) : System

Initializes a new instance of the B1EnumConvertException class.

B1EnumConvertException ( string message, Exception inner ) : System

Initializes a new instance of the B1EnumConvertException class.

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

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

Initializes a new instance of the B1EnumConvertException class.

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

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

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

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

Initializes a new instance of the B1EnumConvertException class.
protected B1EnumConvertException ( 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

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

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

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

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