Aracılığıyla paylaş


CodeThrowExceptionStatement Oluşturucular

Tanım

CodeThrowExceptionStatement sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

CodeThrowExceptionStatement()

CodeThrowExceptionStatement sınıfının yeni bir örneğini başlatır.

CodeThrowExceptionStatement(CodeExpression)

Belirtilen özel durum türü örneğiyle sınıfının yeni bir örneğini CodeThrowExceptionStatement başlatır.

CodeThrowExceptionStatement()

Kaynak:
CodeThrowExceptionStatement.cs
Kaynak:
CodeThrowExceptionStatement.cs
Kaynak:
CodeThrowExceptionStatement.cs

CodeThrowExceptionStatement sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

CodeThrowExceptionStatement(CodeExpression)

Kaynak:
CodeThrowExceptionStatement.cs
Kaynak:
CodeThrowExceptionStatement.cs
Kaynak:
CodeThrowExceptionStatement.cs

Belirtilen özel durum türü örneğiyle sınıfının yeni bir örneğini CodeThrowExceptionStatement başlatır.

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)

Parametreler

toThrow
CodeExpression

Atacak CodeExpression özel durumu belirten bir.

Ayrıca bkz.

Şunlara uygulanır