C# Class Rhino.WrappedException

Inheritance: EvaluatorException
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode Description
GetWrappedException ( ) : Exception

Get the wrapped exception.

Get the wrapped exception.

WrappedException ( Exception exception ) : System

Private Methods

Méthode Description
Unwrap ( ) : object

Method Details

GetWrappedException() public méthode

Get the wrapped exception.
Get the wrapped exception.
public GetWrappedException ( ) : Exception
Résultat System.Exception

WrappedException() public méthode

public WrappedException ( Exception exception ) : System
exception System.Exception
Résultat System