Overload | Description |
---|---|
OperationResult Constructor() | Initializes a new instance of the class.Initializes a new instance of the class with default data. |
OperationResult Constructor(Object) | Initializes a new instance of the class.Initializes a new instance of the class, with given state object. |
OperationResult Constructor(Object,Exception) | Initializes a new instance of the class.Initializes a new instance of the class, with given state object and exception. |
OperationResult Constructor(Object,Exception,ExceptionCollection) | Initializes a new instance of the class.Initializes a new instance of the class, with given state object and exception. |
OperationResult Constructor(OperationEventArgs) | Initializes a new instance of the class. Initializes an instance of the class from operation event arguments. |
OperationResult Constructor(OperationResult) | Initializes a new instance of the class.Initializes a new instance of the class as a copy of another operation result. |
OperationResult Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class.Initializes a new instance of the class with serialized data. |