C# 클래스 nHydrate.Generator.Common.Exceptions.nHydrateException

상속: System.ApplicationException
파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 프로퍼티들

프로퍼티 타입 설명
Arguments string[]
ErrorCode string

공개 메소드들

메소드 설명
nHydrateException ( ) : System

nHydrateException ( SerializationInfo SerializationInfo, StreamingContext Context ) : System

nHydrateException ( string Message ) : System

nHydrateException ( string Message, System InnerException ) : System

nHydrateException ( string ErrorCode, string Message ) : System

nHydrateException ( string ErrorCode, string Message, System InnerException ) : System

메소드 상세

nHydrateException() 공개 메소드

public nHydrateException ( ) : System
리턴 System

nHydrateException() 공개 메소드

public nHydrateException ( SerializationInfo SerializationInfo, StreamingContext Context ) : System
SerializationInfo System.Runtime.Serialization.SerializationInfo
Context System.Runtime.Serialization.StreamingContext
리턴 System

nHydrateException() 공개 메소드

public nHydrateException ( string Message ) : System
Message string
리턴 System

nHydrateException() 공개 메소드

public nHydrateException ( string Message, System InnerException ) : System
Message string
InnerException System
리턴 System

nHydrateException() 공개 메소드

public nHydrateException ( string ErrorCode, string Message ) : System
ErrorCode string
Message string
리턴 System

nHydrateException() 공개 메소드

public nHydrateException ( string ErrorCode, string Message, System InnerException ) : System
ErrorCode string
Message string
InnerException System
리턴 System

프로퍼티 상세

Arguments 공개적으로 프로퍼티

public string[] Arguments
리턴 string[]

ErrorCode 공개적으로 프로퍼티

public string ErrorCode
리턴 string