C# Class CsmMagic.Exceptions.CherwellUpdateException

A problem updating a Cherwell entry
Inheritance: System.Exception
Mostra file Open project: JohnBloom/CsmMagic

Public Methods

Method Description
CherwellUpdateException ( string message ) : System
CherwellUpdateException ( string message, Exception innerException ) : System
CherwellUpdateException ( string message, string errorCode, string errorText ) : System

Method Details

CherwellUpdateException() public method

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

CherwellUpdateException() public method

public CherwellUpdateException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

CherwellUpdateException() public method

public CherwellUpdateException ( string message, string errorCode, string errorText ) : System
message string
errorCode string
errorText string
return System