NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

VBCodeGenerator.GenerateThrowExceptionStatement

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
);

Parameters

e
A CodeThrowExceptionStatement that indicates the statement to generate code for.

See Also

VBCodeGenerator Class | VBCodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeThrowExceptionStatement