ServiceValidationException 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 validation check fails.
public ref class ServiceValidationException sealed : Microsoft::Exchange::WebServices::Data::ServiceLocalException
public sealed class ServiceValidationException : Microsoft.Exchange.WebServices.Data.ServiceLocalException
Public NotInheritable Class ServiceValidationException
Inherits ServiceLocalException
- Inheritance
Constructors
ServiceValidationException() |
Initializes a new instance of the ServiceValidationException class. |
ServiceValidationException(String, Exception) |
Initializes a new instance of the ServiceValidationException class with the error message text and an inner exception. |
ServiceValidationException(String) |
Initializes a new instance of the ServiceValidationException class with the error message text. |