public InvalidStateException(string message, ApiError apiError) : base(message, apiError)
 {
 }
 public ValidationFailedException(string message, ApiError apiError) : base(message, apiError)
 {
 }
Beispiel #3
0
 public ApiException(string message, ApiError apiError) : this(message, null, apiError)
 {
 }