Table of Contents

Interface IErrorMessageViewPresenter

Namespace
HeBianGu.Service.Mvp
Assembly
HeBianGu.Service.Mvp.dll
public interface IErrorMessageViewPresenter : IInvokePresenter, IViewPresenter
Inherited Members
Extension Methods

Methods

AddMessage(Exception, string, string)

void AddMessage(Exception ex, string data = null, string title = "错误消息")

Parameters

ex Exception
data string
title string

AddMessage(string, string)

void AddMessage(string data, string title = "错误消息")

Parameters

data string
title string