C# Class Fan.Sys.TestErr

TestErr
Inheritance: Err
Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
@typeof ( ) : Type
TestErr ( ) : System
TestErr ( Err val ) : System
TestErr ( Exception actual ) : System
make ( ) : TestErr
make ( string msg ) : TestErr
make ( string msg, Err cause ) : TestErr
make_ ( TestErr self ) : void
make_ ( TestErr self, string msg ) : void
make_ ( TestErr self, string msg, Err cause ) : void

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

TestErr() public method

public TestErr ( ) : System
return System

TestErr() public method

public TestErr ( Err val ) : System
val Err
return System

TestErr() public method

public TestErr ( Exception actual ) : System
actual System.Exception
return System

make() public static method

public static make ( ) : TestErr
return TestErr

make() public static method

public static make ( string msg ) : TestErr
msg string
return TestErr

make() public static method

public static make ( string msg, Err cause ) : TestErr
msg string
cause Err
return TestErr

make_() public static method

public static make_ ( TestErr self ) : void
self TestErr
return void

make_() public static method

public static make_ ( TestErr self, string msg ) : void
self TestErr
msg string
return void

make_() public static method

public static make_ ( TestErr self, string msg, Err cause ) : void
self TestErr
msg string
cause Err
return void