C# Class Razorpay.Api.Errors.BaseError

Inheritance: System.Exception
Show file Open project: razorpay/razorpay-dot-net Class Usage Examples

Public Methods

Method Description
BaseError ( string message, string errroCode, int httpStatusCode ) : System

Method Details

BaseError() public method

public BaseError ( string message, string errroCode, int httpStatusCode ) : System
message string
errroCode string
httpStatusCode int
return System