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

Inheritance: Exception
ファイルを表示 Open project: Magenic/MAQS

Public Methods

Method Description
MaqsConfigException ( string message ) : System

MAQS config exception

MaqsConfigException ( string message, Exception innerException ) : System

Initializes a new instance of the MaqsConfigException class

Protected Methods

Method Description
MaqsConfigException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the MaqsConfigException class

Method Details

MaqsConfigException() protected method

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

MaqsConfigException() public method

MAQS config exception
public MaqsConfigException ( string message ) : System
message string Takes an exception message
return System

MaqsConfigException() public method

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