Class CodeThrowStatement
  
  
  
  
    Inheritance
    
    
    
    CodeThrowStatement
   
  
  
  
  Syntax
  
    public sealed class CodeThrowStatement : CodeStatement
   
  Constructors
  
  
  
  
  CodeThrowStatement(CodeExpression)
  
  
  Declaration
  
    public CodeThrowStatement(CodeExpression toThrow)
   
  Parameters
  
  Properties
  
  
  
  
  Children
  
  
  Declaration
  
    public override IEnumerable<CodeElement> Children { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  IsBlock
  
  
  Declaration
  
    public override bool IsBlock { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  IsTerminator
  
  
  Declaration
  
    public override bool IsTerminator { get; }
   
  Property Value
  
  Overrides
  
  
  
  
  ToThrow
  
  
  Declaration
  
    public CodeExpression ToThrow { get; }
   
  Property Value
  
  Methods
  
  
  
  
  EmitInner(CodeEmitter)
  
  
  Declaration
  
    protected override void EmitInner(CodeEmitter emitter)
   
  Parameters
  
  Overrides
  
  Extension Methods