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

CodeThrowExceptionStatement() 공개 메소드

public CodeThrowExceptionStatement ( ) : System.Diagnostics
리턴 System.Diagnostics
        public CodeThrowExceptionStatement() {
        }
        

Same methods

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