Condividi tramite


CodeThrowExceptionStatement Costruttori

Definizione

Inizializza una nuova istanza della classe CodeThrowExceptionStatement.

Overload

CodeThrowExceptionStatement()

Inizializza una nuova istanza della classe CodeThrowExceptionStatement.

CodeThrowExceptionStatement(CodeExpression)

Inizializza una nuova istanza della classe CodeThrowExceptionStatement con l'istanza del tipo di eccezione specificata.

CodeThrowExceptionStatement()

Origine:
CodeThrowExceptionStatement.cs
Origine:
CodeThrowExceptionStatement.cs
Origine:
CodeThrowExceptionStatement.cs

Inizializza una nuova istanza della classe CodeThrowExceptionStatement.

public:
 CodeThrowExceptionStatement();
public CodeThrowExceptionStatement ();
Public Sub New ()

Si applica a

CodeThrowExceptionStatement(CodeExpression)

Origine:
CodeThrowExceptionStatement.cs
Origine:
CodeThrowExceptionStatement.cs
Origine:
CodeThrowExceptionStatement.cs

Inizializza una nuova istanza della classe CodeThrowExceptionStatement con l'istanza del tipo di eccezione specificata.

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)

Parametri

toThrow
CodeExpression

CodeExpression che indica l'eccezione da lanciare.

Vedi anche

Si applica a