Table of Contents

Class ServiceObjectPropertyException

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

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

public class ServiceObjectPropertyException : PropertyException, ISerializable
Inheritance
ServiceObjectPropertyException
Implements
Inherited Members

Constructors

ServiceObjectPropertyException(PropertyDefinitionBase)

ServiceObjectPropertyException constructor.

public ServiceObjectPropertyException(PropertyDefinitionBase propertyDefinition)

Parameters

propertyDefinition PropertyDefinitionBase

The definition of the property that is at the origin of the exception.

ServiceObjectPropertyException(string, PropertyDefinitionBase)

ServiceObjectPropertyException Constructor.

public ServiceObjectPropertyException(string message, PropertyDefinitionBase propertyDefinition)

Parameters

message string

Error message text.

propertyDefinition PropertyDefinitionBase

The definition of the property that is at the origin of the exception.

ServiceObjectPropertyException(string, PropertyDefinitionBase, Exception)

ServiceObjectPropertyException Constructor.

public ServiceObjectPropertyException(string message, PropertyDefinitionBase propertyDefinition, Exception innerException)

Parameters

message string

Error message text.

propertyDefinition PropertyDefinitionBase

The definition of the property that is at the origin of the exception.

innerException Exception

Inner exception.

Properties

PropertyDefinition

Gets the definition of the property that caused the exception.

public PropertyDefinitionBase PropertyDefinition { get; }

Property Value

PropertyDefinitionBase