Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
ErrorModel ( int code ) : Newtonsoft.Json |
Initializes a new instance of the ErrorModel class.
|
|
ErrorModel ( int code, string message ) : Newtonsoft.Json |
Initializes a new instance of the ErrorModel class.
|
public ErrorModel ( int code ) : Newtonsoft.Json | ||
code | int | The http status code. |
Résultat | Newtonsoft.Json |
public ErrorModel ( int code, string message ) : Newtonsoft.Json | ||
code | int | The http status code. |
message | string | The error message. |
Résultat | Newtonsoft.Json |