menu
ews package
documentation
Core/Responses/ServiceResponse.dart
ServiceResponse
ThrowIfNecessary method
ThrowIfNecessary method
dark_mode
light_mode
ThrowIfNecessary
method
void
ThrowIfNecessary
(
)
Throws a ServiceResponseException if this response has its Result property set to Error.
Implementation
void ThrowIfNecessary() { this.InternalThrowIfNecessary(); }
ews package
documentation
Core/Responses/ServiceResponse
ServiceResponse
ThrowIfNecessary method
ServiceResponse class