Click or drag to resize
InvalidRequestException Constructor
Overload List
  NameDescription
Public methodInvalidRequestException
Construct the exception without a description.
Public methodInvalidRequestException(String)
Construct the exception with the description.
Protected methodInvalidRequestException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidRequestException class with serialized data.
Public methodInvalidRequestException(String, Exception)
Construct the exception with the description and the cause exception.
Top
See Also