Method | Description | |
---|---|---|
EntryNotFoundException ( ) : System |
Initializes a new instance of the EntryNotFoundException class.
|
|
EntryNotFoundException ( string message ) : System |
Initializes a new instance of the EntryNotFoundException class.
|
|
EntryNotFoundException ( string message, |
Initializes a new instance of the EntryNotFoundException class.
|
Method | Description | |
---|---|---|
EntryNotFoundException ( |
Initializes a new instance of the EntryNotFoundException class.
|
protected EntryNotFoundException ( |
||
info | /// Serialization Info. /// | |
context | /// Serialization Context. /// | |
return | System |
public EntryNotFoundException ( string message ) : System | ||
message | string | /// Message of the exception. /// |
return | System |
public EntryNotFoundException ( string message, |
||
message | string | /// Message of the exception. /// |
inner | /// Inner Exception. /// | |
return | System |