C# Class FdoToolbox.Core.FdoException

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

Méthodes publiques

Méthode 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.

Méthodes protégées

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

Initializes a new instance of the FdoException class.

Private Methods

Méthode Description
FdoException ( OSGeo ex ) : System

Method Details

FdoException() public méthode

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

FdoException() protected méthode

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.
Résultat System

FdoException() public méthode

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

FdoException() public méthode

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.
Résultat System