CodeThrowExceptionStatement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CodeThrowExceptionStatement.

Przeciążenia

CodeThrowExceptionStatement()

Inicjuje nowe wystąpienie klasy CodeThrowExceptionStatement.

CodeThrowExceptionStatement(CodeExpression)

Inicjuje CodeThrowExceptionStatement nowe wystąpienie klasy z określonym wystąpieniem typu wyjątku.

CodeThrowExceptionStatement()

Źródło:
CodeThrowExceptionStatement.cs
Źródło:
CodeThrowExceptionStatement.cs
Źródło:
CodeThrowExceptionStatement.cs

Inicjuje nowe wystąpienie klasy CodeThrowExceptionStatement.

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

Dotyczy

CodeThrowExceptionStatement(CodeExpression)

Źródło:
CodeThrowExceptionStatement.cs
Źródło:
CodeThrowExceptionStatement.cs
Źródło:
CodeThrowExceptionStatement.cs

Inicjuje CodeThrowExceptionStatement nowe wystąpienie klasy z określonym wystąpieniem typu wyjątku.

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)

Parametry

toThrow
CodeExpression

Element CodeExpression wskazujący wyjątek do zgłoszenia.

Zobacz też

Dotyczy