Language

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

Name Description
SuppressMessageDialog

Methods

Name Description
DisplayExceptionMessage(Exception)

Shows the exception in the ExceptionMessageBox with an OK button.

Events

Name Description
OnException

Applies to