C# Class Magenic.Maqs.Utilities.Helper.MaqsConfigException

Inheritance: Exception
Afficher le fichier Open project: Magenic/MAQS

Méthodes publiques

Méthode Description
MaqsConfigException ( string message ) : System

MAQS config exception

MaqsConfigException ( string message, Exception innerException ) : System

Initializes a new instance of the MaqsConfigException class

Méthodes protégées

Méthode Description
MaqsConfigException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the MaqsConfigException class

Method Details

MaqsConfigException() protected méthode

Initializes a new instance of the MaqsConfigException class
protected MaqsConfigException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo The serialization information object that holds the serialized object data about the exception being thrown
context StreamingContext The serialization streaming context
Résultat System

MaqsConfigException() public méthode

MAQS config exception
public MaqsConfigException ( string message ) : System
message string Takes an exception message
Résultat System

MaqsConfigException() public méthode

Initializes a new instance of the MaqsConfigException class
public MaqsConfigException ( string message, Exception innerException ) : System
message string The message that describes the error
innerException Exception The exception that is the cause of the current exception
Résultat System