ServiceObjectPropertyException 类

定义

表示在属性上的操作失败时发生的错误。

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

构造函数

ServiceObjectPropertyException(PropertyDefinitionBase)

使用导致异常的属性定义初始化 ServiceObjectPropertyException 类的新实例。

ServiceObjectPropertyException(String, PropertyDefinitionBase, Exception)

使用导致异常的属性定义、内部异常和错误消息文本初始化 ServiceObjectPropertyException 类的新实例。

ServiceObjectPropertyException(String, PropertyDefinitionBase)

使用导致异常的属性定义和错误消息文本初始化 ServiceObjectPropertyException 类的新实例。

属性

Name

获取导致异常的属性的名称。

(继承自 PropertyException)
PropertyDefinition

获取导致异常的属性的定义。

适用于