TaskFormNotFoundException Class

Definition

Represents the exception message that occurs during the application execution.

public ref class TaskFormNotFoundException : Exception
[System.Serializable]
public class TaskFormNotFoundException : Exception
[<System.Serializable>]
type TaskFormNotFoundException = class
    inherit Exception
Public Class TaskFormNotFoundException
Inherits Exception
Inheritance
TaskFormNotFoundException
Attributes

Constructors

TaskFormNotFoundException()

Initializes a new instance of the TaskFormNotFoundException class with the default property values.

TaskFormNotFoundException(String)

Initializes a new instance of the TaskFormNotFoundException class with the specified name for the TaskForm.

Applies to