C# Class System.ItemNotFoundException

Inheritance: Exception
Afficher le fichier Open project: atc-net/atc

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
ItemNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization

Method Details

ItemNotFoundException() public méthode

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

ItemNotFoundException() protected méthode

protected ItemNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization
serializationInfo SerializationInfo
streamingContext StreamingContext
Résultat System.Runtime.Serialization

ItemNotFoundException() public méthode

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

ItemNotFoundException() public méthode

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.
Résultat System.Runtime.Serialization