C# Class PeterO.TrapException

Inheritance: System.ArithmeticException
Show file Open project: peteroupc/CBOR Class Usage Examples

Public Methods

Method Description
TrapException ( int flag, PrecisionContext ctx, Object result ) : System

Private Methods

Method Description
Create ( PeterO.Numbers.ETrapException ete ) : TrapException
TrapException ( ) : System

Method Details

TrapException() public method

public TrapException ( int flag, PrecisionContext ctx, Object result ) : System
flag int
ctx PrecisionContext
result Object
return System