Method | Description | |
---|---|---|
MaqsConfigException ( string message ) : System |
MAQS config exception
|
|
MaqsConfigException ( string message, Exception innerException ) : System |
Initializes a new instance of the MaqsConfigException class
|
Method | Description | |
---|---|---|
MaqsConfigException ( SerializationInfo info, StreamingContext context ) : System |
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 |
return | System |
public MaqsConfigException ( string message ) : System | ||
message | string | Takes an exception message |
return | System |
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 |
return | System |