C# Class System.OverflowException

Inheritance: ArithmeticException
显示文件 Open project: hprose/hprose-dotnet Class Usage Examples

Public Methods

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

Method Details

OverflowException() public method

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

OverflowException() public method

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