Méthode | Description | |
---|---|---|
UserNotFoundException ( string message ) : System |
Initializes a new instance of the UserNotFoundException class.
|
|
UserNotFoundException ( string message, Exception innerException ) : System |
Initializes a new instance of the UserNotFoundException class.
|
public UserNotFoundException ( string message ) : System | ||
message | string | /// The message. /// |
Résultat | System |
public UserNotFoundException ( string message, Exception innerException ) : System | ||
message | string | /// The message. /// |
innerException | Exception | /// The inner exception. /// |
Résultat | System |