C# Class Microsoft.Scripting.Runtime.LightExceptions.LightException

Sealed wrapper class to indicate something is a light exception.
Mostrar archivo Open project: jschementi/iron

Public Properties

Property Type Description
Exception System.Exception

Public Methods

Method Description
LightException ( Exception exception ) : System.Linq.Expressions

Method Details

LightException() public method

public LightException ( Exception exception ) : System.Linq.Expressions
exception System.Exception
return System.Linq.Expressions

Property Details

Exception public_oe property

public Exception,System Exception
return System.Exception