C# Class EngageNet.Exceptions.MappingExistsException

Inheritance: EngageNet.Exceptions.ResponseException
Afficher le fichier Open project: troygoode/EngageNet

Méthodes publiques

Méthode Description
MappingExistsException ( ) : System
MappingExistsException ( int errorCode, string message ) : System
MappingExistsException ( int errorCode, string message, Exception inner ) : System

Method Details

MappingExistsException() public méthode

public MappingExistsException ( ) : System
Résultat System

MappingExistsException() public méthode

public MappingExistsException ( int errorCode, string message ) : System
errorCode int
message string
Résultat System

MappingExistsException() public méthode

public MappingExistsException ( int errorCode, string message, Exception inner ) : System
errorCode int
message string
inner System.Exception
Résultat System