C# 클래스 PostmarkDotNet.Exceptions.PostmarkValidationException

An exception thrown when the Postmark API rejects a request. See the Response property for exact information on the issue.
상속: System.Exception
파일 보기 프로젝트 열기: wildbit/postmark-dotnet

공개 메소드들

메소드 설명
PostmarkValidationException ( PostmarkResponse response ) : System

메소드 상세

PostmarkValidationException() 공개 메소드

public PostmarkValidationException ( PostmarkResponse response ) : System
response PostmarkResponse
리턴 System