Class InvalidFormTypeOperationException

InvalidFormTypeOperationException class

The exception that is thrown when an operation with form type is not valid.

public sealed class InvalidFormTypeOperationException : InvalidOperationException

Constructors

NameDescription
InvalidFormTypeOperationException()Initializes a new instance of the InvalidFormTypeOperationException class.
InvalidFormTypeOperationException(Exception)Initializes a new instance of the InvalidFormTypeOperationException class with a reference to the inner exception that is the cause of this exception.
InvalidFormTypeOperationException(string)Initializes a new instance of the InvalidFormTypeOperationException class.
InvalidFormTypeOperationException(string, Exception)Initializes a new instance of the InvalidFormTypeOperationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also