C# Класс Zuora.Services.ZuoraException

Наследование: System.ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
ProductAlreadyExists ( string name ) : ZuoraException
ProductCreationError ( string name, string appId ) : ZuoraException
ProductPlanAlreadyExists ( Product product, string name ) : ZuoraException
RatePlanCreationError ( Product product, string name ) : ZuoraException
WithCustomError ( string message ) : ZuoraException
WithZuoraError ( ResponseHolder response ) : ZuoraException
ZuoraException ( string message ) : System
ZuoraException ( string message, int errorCode ) : System

Описание методов

ProductAlreadyExists() публичный статический Метод

public static ProductAlreadyExists ( string name ) : ZuoraException
name string
Результат ZuoraException

ProductCreationError() публичный статический Метод

public static ProductCreationError ( string name, string appId ) : ZuoraException
name string
appId string
Результат ZuoraException

ProductPlanAlreadyExists() публичный статический Метод

public static ProductPlanAlreadyExists ( Product product, string name ) : ZuoraException
product Product
name string
Результат ZuoraException

RatePlanCreationError() публичный статический Метод

public static RatePlanCreationError ( Product product, string name ) : ZuoraException
product Product
name string
Результат ZuoraException

WithCustomError() публичный Метод

public WithCustomError ( string message ) : ZuoraException
message string
Результат ZuoraException

WithZuoraError() публичный Метод

public WithZuoraError ( ResponseHolder response ) : ZuoraException
response ResponseHolder
Результат ZuoraException

ZuoraException() публичный Метод

public ZuoraException ( string message ) : System
message string
Результат System

ZuoraException() публичный Метод

public ZuoraException ( string message, int errorCode ) : System
message string
errorCode int
Результат System