C# Class Fan.Sys.UnsupportedErr

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

Public Methods

Method Description
@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

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

UnsupportedErr() public method

public UnsupportedErr ( ) : System
return System

UnsupportedErr() public method

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

UnsupportedErr() public method

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

make() public static method

public static make ( ) : UnsupportedErr
return UnsupportedErr

make() public static method

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

make() public static method

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

make_() public static method

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

make_() public static method

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

make_() public static method

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