Click or drag to resize

IErrorsDialog Interface

Errors Dialog

Namespace:  EBP.Api.Interfaces.Misc
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IErrorsDialog : IDisposable, 
	IEquatable<IProxy>

The IErrorsDialog type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShow(IWin32Window, IErrors)
Show dialog errors
Public methodShow(IWin32Window, Exception)
Show dialog errors
Top
See Also