| Overload | Description | 
|---|---|
| ValueArrayResult Constructor() | Initializes a new instance of the class.Initializes a new instance of the class with default data. | 
| ValueArrayResult Constructor(Object,Object[]) | Initializes a new instance of the class. | 
| ValueArrayResult Constructor(Object,Exception) | Initializes a new instance of the class. | 
| ValueArrayResult Constructor(Object,Exception,Object[]) | Initializes a new instance of the class. | 
| ValueArrayResult Constructor(OperationResult,Object[]) | Initializes a new instance of the class.Initializes a new instance of the class from an operation result, and a value array. | 
| ValueArrayResult Constructor(ValueArrayResult) | Initializes a new instance of the class.Initializes a new instance of the class as a copy of another value array result. | 
| ValueArrayResult Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class.Initializes a new instance of the class with serialized data. |