C# Class FdoToolbox.Core.MissingKeyException

Inheritance: System.Exception
Show file Open project: jumpinjackie/fdotoolbox

Public Methods

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

Protected Methods

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

Initializes a new instance of the MissingKeyException class.

Method Details

MissingKeyException() public method

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

MissingKeyException() protected method

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

MissingKeyException() public method

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

MissingKeyException() public method

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