Generates code for the specified CodeDOM based throw exception statement representation.
[Visual Basic] Overrides Protected Sub GenerateThrowExceptionStatement( _ ByVal e As CodeThrowExceptionStatement _ ) [C#] protected override void GenerateThrowExceptionStatement( CodeThrowExceptionStatement e ); [C++] protected: override void GenerateThrowExceptionStatement( CodeThrowExceptionStatement* e ); [JScript] protected override function GenerateThrowExceptionStatement( e : CodeThrowExceptionStatement );
VBCodeGenerator Class | VBCodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeThrowExceptionStatement