C# Класс B1PP.Extensions.SDK.UI.InvalidSpecificItemTypeException

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

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

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

Initializes a new instance of the InvalidSpecificItemTypeException class.

InvalidSpecificItemTypeException ( string message ) : System

Initializes a new instance of the InvalidSpecificItemTypeException class.

InvalidSpecificItemTypeException ( string message, Exception inner ) : System

Initializes a new instance of the InvalidSpecificItemTypeException class.

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

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

Initializes a new instance of the InvalidSpecificItemTypeException class.

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

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

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

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

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

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

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

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

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