Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
PostmarkDotNet
Exceptions
PostmarkValidationException
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