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