C# Class Fan.Sys.IOErr

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

Public Methods

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

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

IOErr() public method

public IOErr ( ) : System
return System

IOErr() public method

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

IOErr() public method

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

make() public static method

public static make ( ) : IOErr
return IOErr

make() public static method

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

make() public static method

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

make() public static method

public static make ( string msg, Exception cause ) : IOErr
msg string
cause System.Exception
return IOErr

make_() public static method

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

make_() public static method

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

make_() public static method

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