C# Class CsmMagic.Exceptions.CherwellUpdateException

A problem updating a Cherwell entry
Inheritance: System.Exception
Afficher le fichier Open project: JohnBloom/CsmMagic

Méthodes publiques

Méthode Description
CherwellUpdateException ( string message ) : System
CherwellUpdateException ( string message, Exception innerException ) : System
CherwellUpdateException ( string message, string errorCode, string errorText ) : System

Method Details

CherwellUpdateException() public méthode

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

CherwellUpdateException() public méthode

public CherwellUpdateException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

CherwellUpdateException() public méthode

public CherwellUpdateException ( string message, string errorCode, string errorText ) : System
message string
errorCode string
errorText string
Résultat System