C# 클래스 Tiraggo.Interfaces.tgException

Acts as a base class for EntitySpaces exceptions. EntitySpaces itself throws very few exceptions however. See tgConcurrencyException
상속: System.Exception
파일 보기 프로젝트 열기: BrewDawg/Tiraggo

공개 메소드들

메소드 설명
tgException ( string message ) : System

Constructor

tgException ( string message, Exception innerException ) : System

Alternate Connstructor

메소드 상세

tgException() 공개 메소드

Constructor
public tgException ( string message ) : System
message string The text of the exception.
리턴 System

tgException() 공개 메소드

Alternate Connstructor
public tgException ( string message, Exception innerException ) : System
message string The text of the exception.
innerException System.Exception The exception we are wrapping
리턴 System