CreateAttachmentException constructor
CreateAttachmentException(
- ServiceResponseCollection<
CreateAttachmentResponse> serviceResponses, - String message, [
- Exception? innerException
Implementation
// CreateAttachmentException(
// ServiceResponseCollection<CreateAttachmentResponse> serviceResponses,
// String message)
// : super(serviceResponses, message);
/// <summary>
/// Initializes a new instance of CreateAttachmentException.
/// </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>
CreateAttachmentException(
ServiceResponseCollection<CreateAttachmentResponse> serviceResponses,
String message,
[Exception? innerException])
: super(serviceResponses, message, innerException);