PropertyException 类

定义

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

public ref class PropertyException : Microsoft::Exchange::WebServices::Data::ServiceLocalException
public class PropertyException : Microsoft.Exchange.WebServices.Data.ServiceLocalException
Public Class PropertyException
Inherits ServiceLocalException
继承
PropertyException
派生

构造函数

PropertyException(String, String, Exception)

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

PropertyException(String, String)

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

PropertyException(String)

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

属性

Name

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

适用于