Method | Description | |
---|---|---|
DataConflictException ( |
Constructs a new DataConflictException with an existing exception object
|
|
DataConflictException ( string detailMessage ) : System |
Constructs a new DataConflictException with the specified message
|
|
DataConflictException ( string detailMessage, |
Constructs a new DataConflictException with the specified message and an existing exception object
|
Method | Description | |
---|---|---|
DataConflictException ( System info, System context ) : System |
Constructs a new instance of the DataConflictException class with serialized data.
|
public DataConflictException ( |
||
ex | ||
return | System |
protected DataConflictException ( System info, System context ) : System | ||
info | System | The |
context | System | The |
return | System |
public DataConflictException ( string detailMessage ) : System | ||
detailMessage | string | |
return | System |
public DataConflictException ( string detailMessage, |
||
detailMessage | string | |
ex | ||
return | System |