Méthode | Description | |
---|---|---|
NotFoundException ( string errMsg ) : System |
Initializes a new instance of the BadRequestException class.
|
|
NotFoundException ( string errMsg, Exception inner ) : System |
Initializes a new instance of the BadRequestException class.
|
public NotFoundException ( string errMsg ) : System | ||
errMsg | string | Exception description. |
Résultat | System |
public NotFoundException ( string errMsg, Exception inner ) : System | ||
errMsg | string | Exception description. |
inner | Exception | Exception description. |
Résultat | System |