C# Class System.OverflowException

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

Méthodes publiques

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

Method Details

OverflowException() public méthode

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

OverflowException() public méthode

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