System.CodeDom.CodeThrowExceptionStatement.CodeThrowExceptionStatement C# (CSharp) 메소드

CodeThrowExceptionStatement() 공개 메소드

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

Same methods

CodeThrowExceptionStatement::CodeThrowExceptionStatement ( ) : System.Diagnostics
CodeThrowExceptionStatement