ServiceValidationException Class

Definition

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
ServiceValidationException

Constructors

ServiceValidationException()

Initializes a new instance of the ServiceValidationException class.

ServiceValidationException(String)

Initializes a new instance of the ServiceValidationException class with the error message text.

ServiceValidationException(String, Exception)

Initializes a new instance of the ServiceValidationException class with the error message text and an inner exception.

Applies to