C# 클래스 Fan.Sys.UnknownServiceErr

UnknownServiceErr
상속: Err
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
@typeof ( ) : Type
UnknownServiceErr ( ) : System
UnknownServiceErr ( Err val ) : System
UnknownServiceErr ( Exception actual ) : System
make ( ) : UnknownServiceErr
make ( string msg ) : UnknownServiceErr
make ( string msg, Err cause ) : UnknownServiceErr
make_ ( UnknownServiceErr self ) : void
make_ ( UnknownServiceErr self, string msg ) : void
make_ ( UnknownServiceErr self, string msg, Err cause ) : void

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

UnknownServiceErr() 공개 메소드

public UnknownServiceErr ( ) : System
리턴 System

UnknownServiceErr() 공개 메소드

public UnknownServiceErr ( Err val ) : System
val Err
리턴 System

UnknownServiceErr() 공개 메소드

public UnknownServiceErr ( Exception actual ) : System
actual System.Exception
리턴 System

make() 공개 정적인 메소드

public static make ( ) : UnknownServiceErr
리턴 UnknownServiceErr

make() 공개 정적인 메소드

public static make ( string msg ) : UnknownServiceErr
msg string
리턴 UnknownServiceErr

make() 공개 정적인 메소드

public static make ( string msg, Err cause ) : UnknownServiceErr
msg string
cause Err
리턴 UnknownServiceErr

make_() 공개 정적인 메소드

public static make_ ( UnknownServiceErr self ) : void
self UnknownServiceErr
리턴 void

make_() 공개 정적인 메소드

public static make_ ( UnknownServiceErr self, string msg ) : void
self UnknownServiceErr
msg string
리턴 void

make_() 공개 정적인 메소드

public static make_ ( UnknownServiceErr self, string msg, Err cause ) : void
self UnknownServiceErr
msg string
cause Err
리턴 void