C# Class System.ItemNotFoundException

Inheritance: Exception
Show file Open project: atc-net/atc

Public Methods

Method Description
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.

Protected Methods

Method Description
ItemNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization

Method Details

ItemNotFoundException() public method

Initializes a new instance of the ItemNotFoundException class.
public ItemNotFoundException ( ) : System.Runtime.Serialization
return System.Runtime.Serialization

ItemNotFoundException() protected method

protected ItemNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization
serializationInfo SerializationInfo
streamingContext StreamingContext
return System.Runtime.Serialization

ItemNotFoundException() public method

Initializes a new instance of the ItemNotFoundException class.
public ItemNotFoundException ( string message ) : System.Runtime.Serialization
message string The message that describes the error.
return System.Runtime.Serialization

ItemNotFoundException() public method

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.
return System.Runtime.Serialization