C# Class ChannelAdvisorAccess.Exceptions.ChannelAdvisorException

Inheritance: System.Exception
Show file Open project: agileharbor/channelAdvisorAccess Class Usage Examples

Public Methods

Method Description
ChannelAdvisorException ( int code, string message ) : System
ChannelAdvisorException ( string message ) : System
ChannelAdvisorException ( string message, Exception exception ) : System
ToString ( ) : string

Returns a that represents the current .

Method Details

ChannelAdvisorException() public method

public ChannelAdvisorException ( int code, string message ) : System
code int
message string
return System

ChannelAdvisorException() public method

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

ChannelAdvisorException() public method

public ChannelAdvisorException ( string message, Exception exception ) : System
message string
exception System.Exception
return System

ToString() public method

Returns a that represents the current .
public ToString ( ) : string
return string