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
Exibir arquivo Open project: wildbit/postmark-dotnet

Public Methods

Method Description
PostmarkValidationException ( PostmarkResponse response ) : System

Method Details

PostmarkValidationException() public method

public PostmarkValidationException ( PostmarkResponse response ) : System
response PostmarkResponse
return System