C# Class Klarna.Checkout.ConnectorException

Inheritance: System.Exception
Datei anzeigen Open project: klarna/kco_dotnet

Public Methods

Method Description
ConnectorException ( ) : System

Initializes a new instance of the ConnectorException class.

ConnectorException ( string message ) : System

Initializes a new instance of the ConnectorException class.

ConnectorException ( string message, Exception inner ) : System

Initializes a new instance of the ConnectorException class.

Protected Methods

Method Description
ConnectorException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ConnectorException class.

Method Details

ConnectorException() public method

Initializes a new instance of the ConnectorException class.
public ConnectorException ( ) : System
return System

ConnectorException() protected method

Initializes a new instance of the ConnectorException class.
protected ConnectorException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The info. ///
context System.Runtime.Serialization.StreamingContext /// The context. ///
return System

ConnectorException() public method

Initializes a new instance of the ConnectorException class.
public ConnectorException ( string message ) : System
message string /// The message. ///
return System

ConnectorException() public method

Initializes a new instance of the ConnectorException class.
public ConnectorException ( string message, Exception inner ) : System
message string /// The message. ///
inner System.Exception /// The inner. ///
return System