C# Class System.ArithmeticException

Inheritance: SystemException
Show file Open project: hprose/hprose-dotnet Class Usage Examples

Public Methods

Method Description
ArithmeticException ( ) : System
ArithmeticException ( string message ) : System
ArithmeticException ( string message, Exception innerException ) : System

Method Details

ArithmeticException() public method

public ArithmeticException ( ) : System
return System

ArithmeticException() public method

public ArithmeticException ( string message ) : System
message string
return System

ArithmeticException() public method

public ArithmeticException ( string message, Exception innerException ) : System
message string
innerException Exception
return System