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

Sealed wrapper class to indicate something is a light exception.
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Свойство Type Description
Exception System.Exception

Méthodes publiques

Méthode Description
LightException ( Exception exception ) : System.Linq.Expressions

Method Details

LightException() public méthode

public LightException ( Exception exception ) : System.Linq.Expressions
exception System.Exception
Résultat System.Linq.Expressions

Property Details

Exception public_oe property

public Exception,System Exception
Résultat System.Exception