C# Class ConcurrencyException, pitstop

Inheritance: ApplicationException
ファイルを表示 Open project: EdwinVW/pitstop Class Usage Examples

Public Methods

Method Description
ConcurrencyException ( )
ConcurrencyException ( string message )
ConcurrencyException ( string message, Exception, innerException )

Method Details

ConcurrencyException() public method

ConcurrencyException() public method

public ConcurrencyException ( string message )
message string

ConcurrencyException() public method

public ConcurrencyException ( string message, Exception, innerException )
message string
innerException Exception,