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
PropertyDefinitionBaseThe 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
stringError message text.
propertyDefinition
PropertyDefinitionBaseThe 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
stringError message text.
propertyDefinition
PropertyDefinitionBaseThe definition of the property that is at the origin of the exception.
innerException
ExceptionInner exception.
Properties
PropertyDefinition
Gets the definition of the property that caused the exception.
public PropertyDefinitionBase PropertyDefinition { get; }