Class MercadoPagoException
Exception thrown when an unexpected error occurs.
Implements
Inherited Members
Namespace: MercadoPago.Error
Assembly: MercadoPago.dll
Syntax
public class MercadoPagoException : Exception, ISerializable
Constructors
| Edit this page View SourceMercadoPagoException(Exception)
Initializes a new instance of the MercadoPagoException class.
Declaration
public MercadoPagoException(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
Exception | ex | The exception that caused the error. |
MercadoPagoException(string)
Initializes a new instance of the MercadoPagoException class.
Declaration
public MercadoPagoException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Exception message. |
MercadoPagoException(string, Exception)
Initializes a new instance of the MercadoPagoException class.
Declaration
public MercadoPagoException(string message, Exception ex)
Parameters
Type | Name | Description |
---|---|---|
string | message | Exception message. |
Exception | ex | The exception that caused the error. |