Show / Hide Table of Contents

Class ReactiveEntitySaveFailedEventArgs

Event arguments for an EntitySaveFailed event.

Inheritance
System.Object
ReactiveEntityEventArgs
ReactiveEntitySaveFailedEventArgs
Implements
IKnownResource
Inherited Members
ReactiveEntityEventArgs.Uri
ReactiveEntityEventArgs.EntityType
ReactiveEntityEventArgs.Entity
Namespace: Reaqtor.QueryEngine.Events
Assembly: Reaqtor.QueryEngine.dll
Syntax
public class ReactiveEntitySaveFailedEventArgs : ReactiveEntityEventArgs, IKnownResource

Constructors

ReactiveEntitySaveFailedEventArgs(Uri, IReactiveResource, ReactiveEntityKind, Exception)

Creates a new instance of the ReactiveEntityEventArgs class for the specified entity.

Declaration
public ReactiveEntitySaveFailedEventArgs(Uri uri, IReactiveResource entity, ReactiveEntityKind entityType, Exception error)
Parameters
Type Name Description
System.Uri uri

URI of the reactive entity.

IReactiveResource entity

Reactive entity.

ReactiveEntityKind entityType

Kind of the reactive entity.

System.Exception error

The error that occured during save.

Properties

Error

Gets the exception that occurred during load.

Declaration
public Exception Error { get; }
Property Value
Type Description
System.Exception

Handled

Gets or sets whether the error was handled.

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean

Implements

IKnownResource
In This Article
Back to top Generated by DocFX