ServiceObjectPropertyException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
ServiceObjectPropertyException(PropertyDefinitionBase) |
Initializes a new instance of the ServiceObjectPropertyException class with the property definition that caused the exception. |
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. |
ServiceObjectPropertyException(String, PropertyDefinitionBase) |
Initializes a new instance of the ServiceObjectPropertyException class with the property definition that caused the 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. |