C# Class Fan.Sys.NotImmutableErr

NotImmutableErr
Inheritance: Err
Mostra file Open project: xored/f4 Class Usage Examples

Public Methods

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

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

NotImmutableErr() public method

public NotImmutableErr ( ) : System
return System

NotImmutableErr() public method

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

make() public static method

public static make ( ) : NotImmutableErr
return NotImmutableErr

make() public static method

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

make() public static method

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

make_() public static method

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

make_() public static method

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

make_() public static method

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