C# Class FdoToolbox.Core.FdoException

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

Public Methods

Method Description
FdoException ( ) : System

Initializes a new instance of the FdoException class.

FdoException ( string msg ) : System

Initializes a new instance of the FdoException class.

FdoException ( string msg, Exception inner ) : System

Initializes a new instance of the FdoException class.

Protected Methods

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

Initializes a new instance of the FdoException class.

Private Methods

Method Description
FdoException ( OSGeo ex ) : System

Method Details

FdoException() public method

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

FdoException() protected method

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

FdoException() public method

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

FdoException() public method

Initializes a new instance of the FdoException class.
public FdoException ( string msg, Exception inner ) : System
msg string The message.
inner System.Exception The inner exception.
return System