C# Class Rhino.WrappedException

Inheritance: EvaluatorException
显示文件 Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
GetWrappedException ( ) : Exception

Get the wrapped exception.

Get the wrapped exception.

WrappedException ( Exception exception ) : System

Private Methods

Method Description
Unwrap ( ) : object

Method Details

GetWrappedException() public method

Get the wrapped exception.
Get the wrapped exception.
public GetWrappedException ( ) : Exception
return System.Exception

WrappedException() public method

public WrappedException ( Exception exception ) : System
exception System.Exception
return System