C# Class FdoToolbox.Core.FeatureServiceException

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

Méthodes publiques

Méthode Description
FeatureServiceException ( ) : System

Initializes a new instance of the FeatureServiceException class.

FeatureServiceException ( string msg ) : System

Initializes a new instance of the FeatureServiceException class.

FeatureServiceException ( string msg, Exception inner ) : System

Initializes a new instance of the FeatureServiceException class.

Méthodes protégées

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

Initializes a new instance of the FeatureServiceException class.

Method Details

FeatureServiceException() public méthode

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

FeatureServiceException() protected méthode

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

FeatureServiceException() public méthode

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

FeatureServiceException() public méthode

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