C# Class Fan.Sys.CancelledErr

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

Public Methods

Method Description
@typeof ( ) : Type
CancelledErr ( )
CancelledErr ( Err val )
make ( ) : CancelledErr
make ( string msg ) : CancelledErr
make ( string msg, Err cause ) : CancelledErr
make_ ( CancelledErr self ) : void
make_ ( CancelledErr self, string msg ) : void
make_ ( CancelledErr self, string msg, Err cause ) : void

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

CancelledErr() public method

public CancelledErr ( )

CancelledErr() public method

public CancelledErr ( Err val )
val Err

make() public static method

public static make ( ) : CancelledErr
return CancelledErr

make() public static method

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

make() public static method

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

make_() public static method

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

make_() public static method

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

make_() public static method

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