C# 클래스 GlassLCU.NoActiveDelegateException

상속: GlassLCU.APIErrorException
파일 보기 프로젝트 열기: pipe01/GlassLCU

공개 메소드들

메소드 설명
NoActiveDelegateException ( ) : GlassLCU.API
NoActiveDelegateException ( ErrorData error ) : GlassLCU.API
NoActiveDelegateException ( string message ) : GlassLCU.API
NoActiveDelegateException ( string message, Exception innerException ) : GlassLCU.API

보호된 메소드들

메소드 설명
NoActiveDelegateException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : GlassLCU.API

메소드 상세

NoActiveDelegateException() 공개 메소드

public NoActiveDelegateException ( ) : GlassLCU.API
리턴 GlassLCU.API

NoActiveDelegateException() 공개 메소드

public NoActiveDelegateException ( ErrorData error ) : GlassLCU.API
error ErrorData
리턴 GlassLCU.API

NoActiveDelegateException() 보호된 메소드

protected NoActiveDelegateException ( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context ) : GlassLCU.API
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 GlassLCU.API

NoActiveDelegateException() 공개 메소드

public NoActiveDelegateException ( string message ) : GlassLCU.API
message string
리턴 GlassLCU.API

NoActiveDelegateException() 공개 메소드

public NoActiveDelegateException ( string message, Exception innerException ) : GlassLCU.API
message string
innerException Exception
리턴 GlassLCU.API