AutodiscoverRemoteException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示自动发现服务返回错误时引发的异常。
public ref class AutodiscoverRemoteException : Microsoft::Exchange::WebServices::Data::ServiceRemoteException
public class AutodiscoverRemoteException : Microsoft.Exchange.WebServices.Data.ServiceRemoteException
Public Class AutodiscoverRemoteException
Inherits ServiceRemoteException
- 继承
构造函数
AutodiscoverRemoteException(AutodiscoverError) |
初始化 AutodiscoverRemoteException 类的新实例。 |
AutodiscoverRemoteException(String, AutodiscoverError, Exception) |
使用 AutodiscoverRemoteException 类的消息字符串设置为给定消息并引用导致此异常的内部异常来初始化 AutodiscoverRemoteException 类的新实例。 |
AutodiscoverRemoteException(String, AutodiscoverError) |
初始化 AutodiscoverRemoteException 类的新实例,其消息字符串设置为给定消息。 |
属性
Error |
获取自动发现服务返回的错误,并为其引发异常。 |