C# 클래스 Bing.Exceptions.ConcurrencyException

并发异常
상속: Bing.Exceptions.Warning
파일 보기 프로젝트 열기: bing-framework/Bing.NetCore

공개 메소드들

메소드 설명
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类型的实例

메소드 상세

ConcurrencyException() 공개 메소드

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

ConcurrencyException() 공개 메소드

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

ConcurrencyException() 공개 메소드

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

ConcurrencyException() 공개 메소드

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

ConcurrencyException() 공개 메소드

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