C# Class FdoToolbox.Core.ParameterCountException

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

Méthodes publiques

Méthode Description
ParameterCountException ( ) : System

Initializes a new instance of the ParameterCountException class.

ParameterCountException ( string msg ) : System

Initializes a new instance of the ParameterCountException class.

ParameterCountException ( string msg, Exception inner ) : System

Initializes a new instance of the ParameterCountException class.

Méthodes protégées

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

Initializes a new instance of the ParameterCountException class.

Method Details

ParameterCountException() public méthode

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

ParameterCountException() protected méthode

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

ParameterCountException() public méthode

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

ParameterCountException() public méthode

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