C# Class Bing.Exceptions.ConcurrencyException

并发异常
Inheritance: Bing.Exceptions.Warning
显示文件 Open project: bing-framework/Bing.NetCore

Public Methods

Method Description
ConcurrencyException ( ) : System

初始化一个ConcurrencyException类型的实例

ConcurrencyException ( Exception exception ) : System

初始化一个ConcurrencyException类型的实例

ConcurrencyException ( string message ) : System

初始化一个ConcurrencyException类型的实例

ConcurrencyException ( string message, Exception exception ) : System

初始化一个ConcurrencyException类型的实例

ConcurrencyException ( string message, Exception exception, string code ) : System

初始化一个ConcurrencyException类型的实例

Method Details

ConcurrencyException() public method

初始化一个ConcurrencyException类型的实例
public ConcurrencyException ( ) : System
return System

ConcurrencyException() public method

初始化一个ConcurrencyException类型的实例
public ConcurrencyException ( Exception exception ) : System
exception Exception 异常
return System

ConcurrencyException() public method

初始化一个ConcurrencyException类型的实例
public ConcurrencyException ( string message ) : System
message string 错误消息
return System

ConcurrencyException() public method

初始化一个ConcurrencyException类型的实例
public ConcurrencyException ( string message, Exception exception ) : System
message string 错误消息
exception Exception 异常
return System

ConcurrencyException() public method

初始化一个ConcurrencyException类型的实例
public ConcurrencyException ( string message, Exception exception, string code ) : System
message string 错误消息
exception Exception 异常
code string 错误码
return System