System.CodeDom.CodeThrowExceptionStatement.CodeThrowExceptionStatement C# (CSharp) Méthode

CodeThrowExceptionStatement() public méthode

public CodeThrowExceptionStatement ( ) : System.Diagnostics
Résultat System.Diagnostics
        public CodeThrowExceptionStatement() {
        }
        

Same methods

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