PostaApiException Constructors
ClassConstructors1 member
Represents a non-successful response returned by Posta.
Constructor(HttpStatusCode, string?, string)Section titled Constructor(HttpStatusCode, string?, string)Represents a non-successful response returned by Posta.
public sealed class PostaApiException{ public PostaApiException( HttpStatusCode statusCode, string? responseBody, string message) { // ... }}Parameters
statusCodeHttpStatusCoderesponseBodystring?messagestring