C# Class PostmarkDotNet.Exceptions.PostmarkValidationException

An exception thrown when the Postmark API rejects a request. See the Response property for exact information on the issue.
Inheritance: System.Exception
Afficher le fichier Open project: wildbit/postmark-dotnet

Méthodes publiques

Méthode Description
PostmarkValidationException ( PostmarkResponse response ) : System

Method Details

PostmarkValidationException() public méthode

public PostmarkValidationException ( PostmarkResponse response ) : System
response PostmarkResponse
Résultat System