C# Class System.ArithmeticException

Inheritance: SystemException
Afficher le fichier Open project: hprose/hprose-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
ArithmeticException ( ) : System
ArithmeticException ( string message ) : System
ArithmeticException ( string message, Exception innerException ) : System

Method Details

ArithmeticException() public méthode

public ArithmeticException ( ) : System
Résultat System

ArithmeticException() public méthode

public ArithmeticException ( string message ) : System
message string
Résultat System

ArithmeticException() public méthode

public ArithmeticException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System