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