C# 클래스 Magenic.Maqs.Utilities.Helper.MaqsConfigException

상속: Exception
파일 보기 프로젝트 열기: Magenic/MAQS

공개 메소드들

메소드 설명
MaqsConfigException ( string message ) : System

MAQS config exception

MaqsConfigException ( string message, Exception innerException ) : System

Initializes a new instance of the MaqsConfigException class

보호된 메소드들

메소드 설명
MaqsConfigException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the MaqsConfigException class

메소드 상세

MaqsConfigException() 보호된 메소드

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
리턴 System

MaqsConfigException() 공개 메소드

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

MaqsConfigException() 공개 메소드

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
리턴 System