Realm Xamarin  v0.81.0
Realm for Xamarin
Public Member Functions | Properties | List of all members
Realms.ErrorEventArgs Class Reference

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...
 

Detailed Description

Provides error information for the Realm.Error event.

Constructor & Destructor Documentation

§ ErrorEventArgs()

Realms.ErrorEventArgs.ErrorEventArgs ( Exception  ex)

Initializes a new instance of the ErrorEventArgs class.

Parameters
exAn Exception that represents the error that occurred.

References Realms.ErrorEventArgs.Exception.

Property Documentation

§ Exception

Exception Realms.ErrorEventArgs.Exception
get

Gets the Exception that represents the error that occurred.

Referenced by Realms.ErrorEventArgs.ErrorEventArgs().