ThrowExpression public sealed class ThrowExpression : Expression An expression that represents throwing an exception. Documentation Code public Expression ExceptionExpression { get; } Gets the expression that represents the exception part of the throw expression.