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