C# Class Fan.Sys.ArgErr

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

Méthodes publiques

Méthode 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 méthode

public @typeof ( ) : Type
Résultat Type

ArgErr() public méthode

public ArgErr ( ) : System
Résultat System

ArgErr() public méthode

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

ArgErr() public méthode

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

make() public static méthode

public static make ( ) : ArgErr
Résultat ArgErr

make() public static méthode

public static make ( Range index ) : ArgErr
index Range
Résultat ArgErr

make() public static méthode

public static make ( long index ) : ArgErr
index long
Résultat ArgErr

make() public static méthode

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

make() public static méthode

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

make_() public static méthode

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

make_() public static méthode

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

make_() public static méthode

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