Class ServiceValidationException
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an error that occurs when a validation check fails.
public sealed class ServiceValidationException : ServiceLocalException, ISerializable
- Inheritance
-
ServiceValidationException
- Implements
- Inherited Members
Constructors
ServiceValidationException()
ServiceValidationException Constructor.
public ServiceValidationException()
ServiceValidationException(string)
ServiceValidationException Constructor.
public ServiceValidationException(string message)
Parameters
message
stringError message text.
ServiceValidationException(string, Exception)
ServiceValidationException Constructor.
public ServiceValidationException(string message, Exception innerException)