Uses of Class
microsoft.exchange.webservices.data.autodiscover.exception.error.AutodiscoverError
-
-
Uses of AutodiscoverError in microsoft.exchange.webservices.data.autodiscover.configuration
Methods in microsoft.exchange.webservices.data.autodiscover.configuration that return AutodiscoverError Modifier and Type Method Description AutodiscoverErrorConfigurationSettingsBase. getError()Gets the error. -
Uses of AutodiscoverError in microsoft.exchange.webservices.data.autodiscover.exception
Methods in microsoft.exchange.webservices.data.autodiscover.exception that return AutodiscoverError Modifier and Type Method Description AutodiscoverErrorAutodiscoverRemoteException. getError()Gets the error.Constructors in microsoft.exchange.webservices.data.autodiscover.exception with parameters of type AutodiscoverError Constructor Description AutodiscoverRemoteException(String message, AutodiscoverError error)Initializes a new instance of the class.AutodiscoverRemoteException(String message, AutodiscoverError error, Exception innerException)Initializes a new instance of the class.AutodiscoverRemoteException(AutodiscoverError error)Initializes a new instance of the class. -
Uses of AutodiscoverError in microsoft.exchange.webservices.data.autodiscover.exception.error
Methods in microsoft.exchange.webservices.data.autodiscover.exception.error that return AutodiscoverError Modifier and Type Method Description static AutodiscoverErrorAutodiscoverError. parse(EwsXmlReader reader)Parses the XML through the specified reader and creates an Autodiscover error.
-