OperationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Operation Result
public class OperationResult
type OperationResult = class
Public Class OperationResult
- Inheritance
-
System.ObjectOperationResult
Constructors
OperationResult() |
Initializes a new instance of the OperationResult class. |
OperationResult(String, OperationError) |
Initializes a new instance of the OperationResult class. |
Properties
Error |
Gets or sets error details for the operation in case of a failure. |
Status |
Gets or sets the operation status. |