Uses of Class
microsoft.exchange.webservices.data.core.exception.misc.ArgumentNullException
-
Packages that use ArgumentNullException Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.property.complex -
-
Uses of ArgumentNullException in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that throw ArgumentNullException Modifier and Type Method Description static voidEwsUtilities. validateNonBlankStringParam(String param, String paramName)Validates string parameter to be non-empty string (null value not allowed). -
Uses of ArgumentNullException in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that throw ArgumentNullException Modifier and Type Method Description static StringConversationId. getStringFromConversationId(ConversationId conversationId)Defines an implicit conversion between ConversationId and String.
-