DeleteAttachmentException constructor
DeleteAttachmentException(
- ServiceResponseCollection<
DeleteAttachmentResponse> serviceResponses, - String message, [
- Exception? innerException
Implementation
// DeleteAttachmentException(
// ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses,
// String message)
// : super(serviceResponses, message)
// {
// }
/// <summary>
/// Initializes a new instance of DeleteAttachmentException.
/// </summary>
/// <param name="serviceResponses">The list of responses to be associated with this exception.</param>
/// <param name="message">The message that describes the error.</param>
/// <param name="innerException">The exception that is the cause of the current exception.</param>
DeleteAttachmentException(
ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses,
String message,
[Exception? innerException])
: super(serviceResponses, message, innerException);