C# 클래스 Microsoft.Scripting.Runtime.LightExceptions.LightException

Sealed wrapper class to indicate something is a light exception.
파일 보기 프로젝트 열기: jschementi/iron

공개 프로퍼티들

프로퍼티 타입 설명
Exception System.Exception

공개 메소드들

메소드 설명
LightException ( Exception exception ) : System.Linq.Expressions

메소드 상세

LightException() 공개 메소드

public LightException ( Exception exception ) : System.Linq.Expressions
exception System.Exception
리턴 System.Linq.Expressions

프로퍼티 상세

Exception 공개적으로 프로퍼티

public Exception,System Exception
리턴 System.Exception