Interface IThrowExceptionStatement
Interface for throw exception statement
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IThrowExceptionStatement : IStatement
Properties
Expression
The expression thrown
Declaration
IExpression Expression { get; set; }
Property Value
Type | Description |
---|---|
IExpression |