OperationResultHandler 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.
Used with OperationExecutor to handle operation results.
public class OperationResultHandler : Microsoft.EntityFrameworkCore.Design.IOperationResultHandler
public class OperationResultHandler : MarshalByRefObject, Microsoft.EntityFrameworkCore.Design.IOperationResultHandler
type OperationResultHandler = class
interface IOperationResultHandler
type OperationResultHandler = class
inherit MarshalByRefObject
interface IOperationResultHandler
Public Class OperationResultHandler
Implements IOperationResultHandler
Public Class OperationResultHandler
Inherits MarshalByRefObject
Implements IOperationResultHandler
- Inheritance
-
OperationResultHandler
- Inheritance
-
OperationResultHandler
- Implements
Constructors
OperationResultHandler() |
Properties
ErrorMessage |
Gets the error message if any. |
ErrorStackTrace |
Get the error stack trace if any. |
ErrorType |
Gets the type of the exception if any. |
HasResult |
Gets a value indicating whether a result is available. |
Result |
Gets the result. |
Version |
Gets the contract version of this handler. |
Methods
OnError(String, String, String) |
Invoked when an error occurs. |
OnResult(Object) |
Invoked when a result is available. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework