C# Class FdoToolbox.Core.ParameterCountException

Inheritance: System.Exception
ファイルを表示 Open project: jumpinjackie/fdotoolbox

Public Methods

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

Protected Methods

Method Description
ParameterCountException ( SerializationInfo serInfo, StreamingContext ctx ) : System

Initializes a new instance of the ParameterCountException class.

Method Details

ParameterCountException() public method

Initializes a new instance of the ParameterCountException class.
public ParameterCountException ( ) : System
return System

ParameterCountException() protected method

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

ParameterCountException() public method

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

ParameterCountException() public method

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