C# Class Fan.Sys.ParseErr

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

Public Methods

Method Description
@typeof ( ) : Type
ParseErr ( ) : System
ParseErr ( Err val ) : System
ParseErr ( Exception actual ) : System
make ( ) : ParseErr
make ( string msg ) : ParseErr
make ( string msg, Err cause ) : ParseErr
make ( string type, string val ) : ParseErr
make ( string type, string val, object more ) : ParseErr
make_ ( ParseErr self ) : void
make_ ( ParseErr self, string msg ) : void
make_ ( ParseErr self, string msg, Err cause ) : void

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

ParseErr() public method

public ParseErr ( ) : System
return System

ParseErr() public method

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

ParseErr() public method

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

make() public static method

public static make ( ) : ParseErr
return ParseErr

make() public static method

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

make() public static method

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

make() public static method

public static make ( string type, string val ) : ParseErr
type string
val string
return ParseErr

make() public static method

public static make ( string type, string val, object more ) : ParseErr
type string
val string
more object
return ParseErr

make_() public static method

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

make_() public static method

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

make_() public static method

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