Method | Description | |
---|---|---|
NotFoundException ( ) : System | ||
NotFoundException ( string message ) : System | ||
NotFoundException ( string message, Exception inner ) : System |
Method | Description | |
---|---|---|
NotFoundException ( SerializationInfo info, StreamingContext context ) : System |
protected NotFoundException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public NotFoundException ( string message ) : System | ||
message | string | |
return | System |
public NotFoundException ( string message, Exception inner ) : System | ||
message | string | |
inner | Exception | |
return | System |