OperationResultHandler Klasa

Definicja

OperationExecutor Służy do obsługi wyników operacji.

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
Dziedziczenie
OperationResultHandler
Dziedziczenie
OperationResultHandler
Implementuje

Konstruktory

OperationResultHandler()

OperationExecutor Służy do obsługi wyników operacji.

Właściwości

ErrorMessage

Pobiera komunikat o błędzie, jeśli istnieje.

ErrorStackTrace

Pobierz ślad stosu błędów, jeśli istnieje.

ErrorType

Pobiera typ wyjątku, jeśli istnieje.

HasResult

Pobiera wartość wskazującą, czy wynik jest dostępny.

Result

Pobiera wynik.

Version

Pobiera wersję kontraktu tej procedury obsługi.

Metody

OnError(String, String, String)

Wywoływane po wystąpieniu błędu.

OnResult(Object)

Wywoływane, gdy wynik jest dostępny.

Dotyczy