Overload | Description |
---|---|
ValueArrayResult Constructor() | Initializes a new instance of the class with default data. |
ValueArrayResult Constructor(Object,Object[]) | Initializes a new instance of the class, specifying state object and the result value array. |
ValueArrayResult Constructor(Object,Exception) | Initializes a new instance of the class, specifying state object and the exception. |
ValueArrayResult Constructor(Object,Exception,Object[]) | Initializes a new instance of the class, specifying state object, the result value array, and the exception. |
ValueArrayResult Constructor(OperationResult,Object[]) | 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 as a copy of another value array result. |
ValueArrayResult Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |