C# 클래스 Stripe.StripeException

상속: System.Exception
파일 보기 프로젝트 열기: jaymedavis/stripe.net 1 사용 예제들

공개 메소드들

메소드 설명
StripeException ( ) : System
StripeException ( HttpStatusCode httpStatusCode, StripeError stripeError, string message ) : System

메소드 상세

StripeException() 공개 메소드

public StripeException ( ) : System
리턴 System

StripeException() 공개 메소드

public StripeException ( HttpStatusCode httpStatusCode, StripeError stripeError, string message ) : System
httpStatusCode HttpStatusCode
stripeError StripeError
message string
리턴 System