Méthode | 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类型的实例
|
public ConcurrencyException ( Exception exception ) : System | ||
exception | Exception | 异常 |
Résultat | System |
public ConcurrencyException ( string message ) : System | ||
message | string | 错误消息 |
Résultat | System |
public ConcurrencyException ( string message, Exception exception ) : System | ||
message | string | 错误消息 |
exception | Exception | 异常 |
Résultat | System |
public ConcurrencyException ( string message, Exception exception, string code ) : System | ||
message | string | 错误消息 |
exception | Exception | 异常 |
code | string | 错误码 |
Résultat | System |