C# Class System.CodeDom.CodeThrowExceptionStatement

Inheritance: CodeStatement
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
CodeThrowExceptionStatement ( ) : System.Diagnostics
CodeThrowExceptionStatement ( System.CodeDom.CodeExpression toThrow ) : System.Diagnostics

Method Details

CodeThrowExceptionStatement() public method

public CodeThrowExceptionStatement ( ) : System.Diagnostics
return System.Diagnostics

CodeThrowExceptionStatement() public method

public CodeThrowExceptionStatement ( System.CodeDom.CodeExpression toThrow ) : System.Diagnostics
toThrow System.CodeDom.CodeExpression
return System.Diagnostics