Share via


ServiceRequestException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ServiceRequestException class.

Overload List

  Name Description
Public method ServiceRequestException() Initializes a new instance of the ServiceRequestException class.
Public method ServiceRequestException(String) Initializes a new instance of the ServiceRequestException class with the specified message.
Public method ServiceRequestException(String, Exception) Initializes a new instance of the ServiceRequestException class with the specified message and inner exception.

Top