C# Class Zuora.Services.ZuoraException

Inheritance: System.ApplicationException
Datei anzeigen Open project: zuorasc/c-sharp-quickstart

Public Methods

Method Description
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

Method Details

ProductAlreadyExists() public static method

public static ProductAlreadyExists ( string name ) : ZuoraException
name string
return ZuoraException

ProductCreationError() public static method

public static ProductCreationError ( string name, string appId ) : ZuoraException
name string
appId string
return ZuoraException

ProductPlanAlreadyExists() public static method

public static ProductPlanAlreadyExists ( Product product, string name ) : ZuoraException
product Product
name string
return ZuoraException

RatePlanCreationError() public static method

public static RatePlanCreationError ( Product product, string name ) : ZuoraException
product Product
name string
return ZuoraException

WithCustomError() public method

public WithCustomError ( string message ) : ZuoraException
message string
return ZuoraException

WithZuoraError() public method

public WithZuoraError ( ResponseHolder response ) : ZuoraException
response ResponseHolder
return ZuoraException

ZuoraException() public method

public ZuoraException ( string message ) : System
message string
return System

ZuoraException() public method

public ZuoraException ( string message, int errorCode ) : System
message string
errorCode int
return System