C# Class FdoToolbox.Core.FeatureServiceException

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

Public Methods

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

Protected Methods

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

Initializes a new instance of the FeatureServiceException class.

Method Details

FeatureServiceException() public method

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

FeatureServiceException() protected method

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

FeatureServiceException() public method

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

FeatureServiceException() public method

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