Realm Xamarin
v0.81.0
Realm for Xamarin
|
Provides error information for the Realm.Error event. More...
Inherits EventArgs.
Public Member Functions | |
ErrorEventArgs (Exception ex) | |
Initializes a new instance of the ErrorEventArgs class. More... | |
Properties | |
Exception | Exception [get] |
Gets the Exception that represents the error that occurred. More... | |
Provides error information for the Realm.Error event.
Realms.ErrorEventArgs.ErrorEventArgs | ( | Exception | ex | ) |
Initializes a new instance of the ErrorEventArgs class.
ex | An Exception that represents the error that occurred. |
References Realms.ErrorEventArgs.Exception.
|
get |
Gets the Exception that represents the error that occurred.
Referenced by Realms.ErrorEventArgs.ErrorEventArgs().