クラス ErrorEventArgs
Errorイベントのエラー情報を提供します。
継承されたノード
Namespace: Realms
組み立て: Realm.dll
構文
public class ErrorEventArgs : EventArgs
プロパティ
| このページを編集 ソースを表示例外
発生したエラーを表す例外を取得します。
宣言
public Exception Exception { get; }
プロパティ値
タイプ | 説明 |
---|---|
例外 | 発生した例外。 |