C# 클래스 Rhino.WrappedException

상속: EvaluatorException
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
GetWrappedException ( ) : Exception

Get the wrapped exception.

Get the wrapped exception.

WrappedException ( Exception exception ) : System

비공개 메소드들

메소드 설명
Unwrap ( ) : object

메소드 상세

GetWrappedException() 공개 메소드

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

WrappedException() 공개 메소드

public WrappedException ( Exception exception ) : System
exception System.Exception
리턴 System