System.CodeDom.CodeThrowExceptionStatement.CodeThrowExceptionStatement C# (CSharp) Method

CodeThrowExceptionStatement() public method

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

Same methods

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