Overload | Description |
---|---|
UAStatusCode Constructor() | Initializes a new instance of the class. Initializes a new instance of the class, using a zero value ("Good"). |
UAStatusCode Constructor(UASeverity) | Initializes a new instance of the class. Initializes a new instance of the class, specifying the severity. |
UAStatusCode Constructor(UAStatusCode) | Initializes a new instance of the class. |
UAStatusCode Constructor(Int64) | Initializes a new instance of the class. Initializes a new instance of the class, specifying the internal value. |
UAStatusCode Constructor(Int32,Int32) | Initializes a new instance of the class. Initializes a new instance of the class, specifying the code bits and flag bits. |