IMessageProvider Interface

Definition

Provides methods for displaying messages in a uniform way across the application.

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

Properties

SuppressMessageDialog

Methods

DisplayExceptionMessage(Exception)

Shows the exception in the ExceptionMessageBox with an OK button.

Events

OnException

Applies to