Class ErrorEventArgs
Provides error information for the Error event.
Inherited Members
Namespace: Realms
Assembly: Realm.dll
Syntax
public class ErrorEventArgs : EventArgs
Properties
| Edit this page View SourceException
Gets the Exception that represents the error that occurred.
Declaration
public Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception | The exception that has occurred. |