Edit

BadInputException Class

Definition

The exception thrown when the caller passed bad input.

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

Constructors

Name Description
BadInputException(String, BadInputErrorCode)

Constructor for BadInputException

BadInputException(String)

Constructor for BadInputException

Properties

Name Description
ErrorCode

Gets the category of bad input failure.

Applies to