C# 클래스 Fan.Sys.UnsupportedErr

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

공개 메소드들

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

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

UnsupportedErr() 공개 메소드

public UnsupportedErr ( ) : System
리턴 System

UnsupportedErr() 공개 메소드

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

UnsupportedErr() 공개 메소드

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

make() 공개 정적인 메소드

public static make ( ) : UnsupportedErr
리턴 UnsupportedErr

make() 공개 정적인 메소드

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

make() 공개 정적인 메소드

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

make_() 공개 정적인 메소드

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

make_() 공개 정적인 메소드

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

make_() 공개 정적인 메소드

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