C# Class ChannelAdvisorAccess.Exceptions.ChannelAdvisorException

Inheritance: System.Exception
Afficher le fichier Open project: agileharbor/channelAdvisorAccess Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ChannelAdvisorException ( int code, string message ) : System
code int
message string
Résultat System

ChannelAdvisorException() public méthode

public ChannelAdvisorException ( string message ) : System
message string
Résultat System

ChannelAdvisorException() public méthode

public ChannelAdvisorException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System

ToString() public méthode

Returns a that represents the current .
public ToString ( ) : string
Résultat string