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