DeleteAttachmentException class

Represents an error that occurs when a call to the DeleteAttachment web method fails.
Inheritance

Constructors

DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses, String message, [Exception? innerException])
Initializes a new instance of DeleteAttachmentException.

Properties

hashCode int
The hash code for this object.
no setterinherited
innerException Exception?
finalinherited
innerStackTrace StackTrace?
finalinherited
message String
finalinherited
responses ServiceResponseCollection<DeleteAttachmentResponse>?
The list of responses returned by the web method.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ServiceResponses ServiceResponseCollection<DeleteAttachmentResponse>?
Initializes a new instance of the
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited