C# Class Fan.Sys.ArgErr

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

Public Methods

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

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

ArgErr() public method

public ArgErr ( ) : System
return System

ArgErr() public method

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

ArgErr() public method

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

make() public static method

public static make ( ) : ArgErr
return ArgErr

make() public static method

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

make() public static method

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

make() public static method

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

make() public static method

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

make_() public static method

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

make_() public static method

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

make_() public static method

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