言語

IMessageProvider インターフェイス

定義

アプリケーション全体でメッセージを均一に表示する方法を提供します。

public interface class IMessageProvider
public interface IMessageProvider
type IMessageProvider = interface
Public Interface IMessageProvider

プロパティ

名前 説明
SuppressMessageDialog

アプリケーション全体でメッセージを均一に表示する方法を提供します。

メソッド

名前 説明
DisplayExceptionMessage(Exception)

例外をOKボタン付きのExceptionMessageBoxに表示します。

イベント

名前 説明
OnException

アプリケーション全体でメッセージを均一に表示する方法を提供します。

適用対象