C# Class FdoToolbox.Core.MissingKeyException

Inheritance: System.Exception
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
MissingKeyException ( ) : System

Initializes a new instance of the MissingKeyException class.

MissingKeyException ( string msg ) : System

Initializes a new instance of the MissingKeyException class.

MissingKeyException ( string msg, Exception inner ) : System

Initializes a new instance of the MissingKeyException class.

Méthodes protégées

Méthode Description
MissingKeyException ( SerializationInfo serInfo, StreamingContext ctx ) : System

Initializes a new instance of the MissingKeyException class.

Method Details

MissingKeyException() public méthode

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

MissingKeyException() protected méthode

Initializes a new instance of the MissingKeyException class.
protected MissingKeyException ( SerializationInfo serInfo, StreamingContext ctx ) : System
serInfo System.Runtime.Serialization.SerializationInfo The serialization info.
ctx System.Runtime.Serialization.StreamingContext The streaming context.
Résultat System

MissingKeyException() public méthode

Initializes a new instance of the MissingKeyException class.
public MissingKeyException ( string msg ) : System
msg string The message.
Résultat System

MissingKeyException() public méthode

Initializes a new instance of the MissingKeyException class.
public MissingKeyException ( string msg, Exception inner ) : System
msg string The message.
inner System.Exception The inner exception.
Résultat System