WorkflowValidationFailedException Oluşturucular
Tanım
WorkflowValidationFailedException sınıfının yeni bir örneğini başlatır.Initializes a new instance of the WorkflowValidationFailedException class.
Aşırı Yüklemeler
WorkflowValidationFailedException() |
WorkflowValidationFailedException sınıfının yeni bir örneğini başlatır.Initializes a new instance of the WorkflowValidationFailedException class. |
WorkflowValidationFailedException(String) |
WorkflowValidationFailedException sınıfının yeni bir örneğini başlatır.Initializes a new instance of the WorkflowValidationFailedException class. Özel durum iletisi bir parametre olarak geçirilir.The exception message is passed as a parameter. |
WorkflowValidationFailedException(String, Exception) |
WorkflowValidationFailedException sınıfının yeni bir örneğini başlatır.Initializes a new instance of the WorkflowValidationFailedException class. Özel durum iletisi ve iç özel durum parametre olarak geçirilir.The exception message and the inner exception are passed as parameters. |
WorkflowValidationFailedException(String, ValidationErrorCollection) |
WorkflowValidationFailedException sınıfının yeni bir örneğini başlatır.Initializes a new instance of the WorkflowValidationFailedException class. Özel durum iletisi ve hatalar koleksiyonu parametre olarak geçirilir.The exception message and the errors collection are passed as parameters. |
WorkflowValidationFailedException()
WorkflowValidationFailedException sınıfının yeni bir örneğini başlatır.Initializes a new instance of the WorkflowValidationFailedException class.
public:
WorkflowValidationFailedException();
public WorkflowValidationFailedException ();
Public Sub New ()
Şunlara uygulanır
WorkflowValidationFailedException(String)
WorkflowValidationFailedException sınıfının yeni bir örneğini başlatır.Initializes a new instance of the WorkflowValidationFailedException class. Özel durum iletisi bir parametre olarak geçirilir.The exception message is passed as a parameter.
public:
WorkflowValidationFailedException(System::String ^ message);
public WorkflowValidationFailedException (string message);
new System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException : string -> System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException
Public Sub New (message As String)
Parametreler
- message
- String
Özel durum iletisi.The exception message.
Şunlara uygulanır
WorkflowValidationFailedException(String, Exception)
WorkflowValidationFailedException sınıfının yeni bir örneğini başlatır.Initializes a new instance of the WorkflowValidationFailedException class. Özel durum iletisi ve iç özel durum parametre olarak geçirilir.The exception message and the inner exception are passed as parameters.
public:
WorkflowValidationFailedException(System::String ^ message, Exception ^ innerException);
public WorkflowValidationFailedException (string message, Exception innerException);
new System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException : string * Exception -> System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException
Public Sub New (message As String, innerException As Exception)
Parametreler
- message
- String
Özel durum iletisi.The exception message.
- innerException
- Exception
InnerExceptionBu özel durumla ilişkili.The InnerException associated with this exception.
Şunlara uygulanır
WorkflowValidationFailedException(String, ValidationErrorCollection)
WorkflowValidationFailedException sınıfının yeni bir örneğini başlatır.Initializes a new instance of the WorkflowValidationFailedException class. Özel durum iletisi ve hatalar koleksiyonu parametre olarak geçirilir.The exception message and the errors collection are passed as parameters.
public:
WorkflowValidationFailedException(System::String ^ message, System::Workflow::ComponentModel::Compiler::ValidationErrorCollection ^ errors);
public WorkflowValidationFailedException (string message, System.Workflow.ComponentModel.Compiler.ValidationErrorCollection errors);
new System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException : string * System.Workflow.ComponentModel.Compiler.ValidationErrorCollection -> System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException
Public Sub New (message As String, errors As ValidationErrorCollection)
Parametreler
- message
- String
Özel durum iletisi.The exception message.
- errors
- ValidationErrorCollection
ValidationErrorCollectionBu özel durumla ilişkili.The ValidationErrorCollection associated with this exception.