Skip to main content
Version: 1.0.0-preview.36

Velaptor.Input.Exceptions.InvalidInputException

Velaptor

Velaptor.Input.Exceptions

InvalidInputException Class

Occurs when invalid input has occured.

public sealed class InvalidInputException : System.Exception

Inheritance System.ObjectSystem.Exception → InvalidInputException

Constructors

InvalidInputException() Constructor

Initializes a new instance of the InvalidInputException class.

public InvalidInputException();

InvalidInputException(string, Exception) Constructor

Initializes a new instance of the InvalidInputException class.

public InvalidInputException(string message, System.Exception innerException);

Parameters

message System.String

The message that describes the error.

innerException System.Exception

The System.Exception instance that caused the current exception.

InvalidInputException(string) Constructor

Initializes a new instance of the InvalidInputException class.

public InvalidInputException(string message);

Parameters

message System.String

The message that describes the error.