C# Class System.DivideByZeroException

Inheritance: ArithmeticException
Show file Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
DivideByZeroException ( ) : System.Runtime.InteropServices
DivideByZeroException ( string message ) : System.Runtime.InteropServices
DivideByZeroException ( string message, Exception innerException ) : System.Runtime.InteropServices

Protected Methods

Method Description
DivideByZeroException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

DivideByZeroException() public method

public DivideByZeroException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

DivideByZeroException() protected method

protected DivideByZeroException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
return System.Runtime.InteropServices

DivideByZeroException() public method

public DivideByZeroException ( string message ) : System.Runtime.InteropServices
message string
return System.Runtime.InteropServices

DivideByZeroException() public method

public DivideByZeroException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
return System.Runtime.InteropServices