ServiceRequestException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an error that occurs when a service operation request fails.
public ref class ServiceRequestException : Microsoft::Exchange::WebServices::Data::ServiceRemoteException
public class ServiceRequestException : Microsoft.Exchange.WebServices.Data.ServiceRemoteException
Public Class ServiceRequestException
Inherits ServiceRemoteException
- Inheritance
Constructors
ServiceRequestException() |
Initializes a new instance of the ServiceRequestException class. |
ServiceRequestException(String, Exception) |
Initializes a new instance of the ServiceRequestException class with an error message and an inner exception. |
ServiceRequestException(String) |
Initializes a new instance of the ServiceRequestException class with an error message. |