Uses of Class
microsoft.exchange.webservices.data.core.exception.misc.InvalidOperationException
-
-
Uses of InvalidOperationException in microsoft.exchange.webservices.data.core.service
Methods in microsoft.exchange.webservices.data.core.service that throw InvalidOperationException Modifier and Type Method Description voidServiceObject. throwIfThisIsNew()Throws exception if this is a new service object.protected voidServiceObject. throwIfThisIsNotNew()Throws exception if this is not a new service object. -
Uses of InvalidOperationException in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that throw InvalidOperationException Modifier and Type Method Description protected voidItem. throwIfThisIsAttachment()Throws exception if this is attachment. -
Uses of InvalidOperationException in microsoft.exchange.webservices.data.core.service.response
Methods in microsoft.exchange.webservices.data.core.service.response that throw InvalidOperationException Modifier and Type Method Description protected voidPostReply. internalDelete(DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode, AffectedTaskOccurrence affectedTaskOccurrences)Deletes the object.protected voidPostReply. internalLoad(PropertySet propertySet)Loads the specified set of property on the object.
-