C# 클래스 CsmMagic.Exceptions.CherwellUpdateException

A problem updating a Cherwell entry
상속: System.Exception
파일 보기 프로젝트 열기: JohnBloom/CsmMagic

공개 메소드들

메소드 설명
CherwellUpdateException ( string message ) : System
CherwellUpdateException ( string message, Exception innerException ) : System
CherwellUpdateException ( string message, string errorCode, string errorText ) : System

메소드 상세

CherwellUpdateException() 공개 메소드

public CherwellUpdateException ( string message ) : System
message string
리턴 System

CherwellUpdateException() 공개 메소드

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

CherwellUpdateException() 공개 메소드

public CherwellUpdateException ( string message, string errorCode, string errorText ) : System
message string
errorCode string
errorText string
리턴 System