C# Класс System.ItemNotFoundException

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

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

Метод Описание
ItemNotFoundException ( ) : System.Runtime.Serialization

Initializes a new instance of the ItemNotFoundException class.

ItemNotFoundException ( string message ) : System.Runtime.Serialization

Initializes a new instance of the ItemNotFoundException class.

ItemNotFoundException ( string message, Exception innerException ) : System.Runtime.Serialization

Initializes a new instance of the ItemNotFoundException class.

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

Метод Описание
ItemNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization

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

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

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

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

protected ItemNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization
serializationInfo SerializationInfo
streamingContext StreamingContext
Результат System.Runtime.Serialization

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

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

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

Initializes a new instance of the ItemNotFoundException class.
public ItemNotFoundException ( string message, Exception innerException ) : System.Runtime.Serialization
message string The error message that explains the reason for the exception.
innerException Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
Результат System.Runtime.Serialization