CodeThrowExceptionStatement Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe CodeThrowExceptionStatement.
Surcharges
CodeThrowExceptionStatement() |
Initialise une nouvelle instance de la classe CodeThrowExceptionStatement. |
CodeThrowExceptionStatement(CodeExpression) |
Initialise une nouvelle instance de la classe CodeThrowExceptionStatement avec l'instance de type d'exception spécifiée. |
CodeThrowExceptionStatement()
Initialise une nouvelle instance de la classe CodeThrowExceptionStatement.
public:
CodeThrowExceptionStatement();
public CodeThrowExceptionStatement ();
Public Sub New ()
S’applique à
CodeThrowExceptionStatement(CodeExpression)
Initialise une nouvelle instance de la classe CodeThrowExceptionStatement avec l'instance de type d'exception spécifiée.
public:
CodeThrowExceptionStatement(System::CodeDom::CodeExpression ^ toThrow);
public CodeThrowExceptionStatement (System.CodeDom.CodeExpression toThrow);
new System.CodeDom.CodeThrowExceptionStatement : System.CodeDom.CodeExpression -> System.CodeDom.CodeThrowExceptionStatement
Public Sub New (toThrow As CodeExpression)
Paramètres
- toThrow
- CodeExpression
CodeExpression indiquant l'exception à lever.