C# 클래스 EncoreTickets.SDK.Utilities.Exceptions.CurrenciesDontMatchException

상속: Exception
파일 보기 프로젝트 열기: EncoreLabs/sdk-dotNet

공개 메소드들

메소드 설명
CurrenciesDontMatchException ( ) : System
CurrenciesDontMatchException ( string message ) : System
CurrenciesDontMatchException ( string message, Exception innerException ) : System

메소드 상세

CurrenciesDontMatchException() 공개 메소드

public CurrenciesDontMatchException ( ) : System
리턴 System

CurrenciesDontMatchException() 공개 메소드

public CurrenciesDontMatchException ( string message ) : System
message string
리턴 System

CurrenciesDontMatchException() 공개 메소드

public CurrenciesDontMatchException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System