ServiceObjectPropertyException Class

Definition

Represents an error that occurs when an operation on a property fails.

public ref class ServiceObjectPropertyException : Microsoft::Exchange::WebServices::Data::PropertyException
public class ServiceObjectPropertyException : Microsoft.Exchange.WebServices.Data.PropertyException
Public Class ServiceObjectPropertyException
Inherits PropertyException
Inheritance
ServiceObjectPropertyException

Constructors

ServiceObjectPropertyException(PropertyDefinitionBase)

Initializes a new instance of the ServiceObjectPropertyException class with the property definition that caused the exception.

ServiceObjectPropertyException(String, PropertyDefinitionBase)

Initializes a new instance of the ServiceObjectPropertyException class with the property definition that caused the exception and the error message text.

ServiceObjectPropertyException(String, PropertyDefinitionBase, Exception)

Initializes a new instance of the ServiceObjectPropertyException class with the property definition that caused the exception, the inner exception, and the error message text.

Properties

Name

Gets the name of the property that caused the exception.

(Inherited from PropertyException)
PropertyDefinition

Gets the definition of the property that caused the exception.

Applies to