C# Class Fan.Sys.InterruptedErr

InterruptedErr
Inheritance: Err
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
@typeof ( ) : Type
InterruptedErr ( ) : System
InterruptedErr ( Err val ) : System
InterruptedErr ( Exception actual ) : System
make ( ) : InterruptedErr
make ( string msg ) : InterruptedErr
make ( string msg, Err cause ) : InterruptedErr
make_ ( InterruptedErr self ) : void
make_ ( InterruptedErr self, string msg ) : void
make_ ( InterruptedErr self, string msg, Err cause ) : void

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

InterruptedErr() public méthode

public InterruptedErr ( ) : System
Résultat System

InterruptedErr() public méthode

public InterruptedErr ( Err val ) : System
val Err
Résultat System

InterruptedErr() public méthode

public InterruptedErr ( Exception actual ) : System
actual System.Exception
Résultat System

make() public static méthode

public static make ( ) : InterruptedErr
Résultat InterruptedErr

make() public static méthode

public static make ( string msg ) : InterruptedErr
msg string
Résultat InterruptedErr

make() public static méthode

public static make ( string msg, Err cause ) : InterruptedErr
msg string
cause Err
Résultat InterruptedErr

make_() public static méthode

public static make_ ( InterruptedErr self ) : void
self InterruptedErr
Résultat void

make_() public static méthode

public static make_ ( InterruptedErr self, string msg ) : void
self InterruptedErr
msg string
Résultat void

make_() public static méthode

public static make_ ( InterruptedErr self, string msg, Err cause ) : void
self InterruptedErr
msg string
cause Err
Résultat void