Method | Description | |
---|---|---|
Status ( int code, string description ) : System |
Initializes a new instance of the Status class with the specified status code and description.
|
public Status ( int code, string description ) : System | ||
code | int | The status code. |
description | string | The description of the status. |
return | System |