C# Class RealConcurrencyException, btw-samples-productivity

Inheritance: Exception
显示文件 Open project: beingtheworst/btw-samples-productivity

Public Methods

Method Description
RealConcurrencyException ( ) : System
RealConcurrencyException ( string message ) : System
RealConcurrencyException ( string message, Exception inner ) : System

Protected Methods

Method Description
RealConcurrencyException ( SerializationInfo info, StreamingContext context ) : System

Method Details

RealConcurrencyException() public method

public RealConcurrencyException ( ) : System
return System

RealConcurrencyException() protected method

protected RealConcurrencyException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

RealConcurrencyException() public method

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

RealConcurrencyException() public method

public RealConcurrencyException ( string message, Exception inner ) : System
message string
inner Exception
return System