C# Class Fan.Sys.IndexErr

IndexErr.
Inheritance: Err
Datei anzeigen Open project: xored/f4 Class Usage Examples

Public Methods

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

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

IndexErr() public method

public IndexErr ( ) : System
return System

IndexErr() public method

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

IndexErr() public method

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

make() public static method

public static make ( ) : IndexErr
return IndexErr

make() public static method

public static make ( Range index ) : IndexErr
index Range
return IndexErr

make() public static method

public static make ( long index ) : IndexErr
index long
return IndexErr

make() public static method

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

make() public static method

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

make_() public static method

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

make_() public static method

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

make_() public static method

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