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

CodeThrowExceptionStatement() public method

public CodeThrowExceptionStatement ( System.CodeDom.CodeExpression toThrow ) : System.Diagnostics
toThrow System.CodeDom.CodeExpression
return System.Diagnostics
        public CodeThrowExceptionStatement(CodeExpression toThrow) {
            ToThrow = toThrow;
        }

Same methods

CodeThrowExceptionStatement::CodeThrowExceptionStatement ( ) : System.Diagnostics
CodeThrowExceptionStatement