Class MessageBoxError
Descripción breve de MessageBoxError.
Inheritance
MessageBoxError
Implements
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class MessageBoxError : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
MessageBoxError()
Declaration
public MessageBoxError()
Methods
Dispose(bool)
Limpiar los recursos que se estén utilizando.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
Overrides
ShowThreadExceptionDialog(Form, string, Exception)
Declaration
public static DialogResult ShowThreadExceptionDialog(Form MainForm, string Caption, Exception e)
Parameters
| Type | Name | Description |
|---|---|---|
| Form | MainForm | |
| string | Caption | |
| Exception | e |
Returns
| Type | Description |
|---|---|
| DialogResult |
ShowThreadExceptionDialog(Form, string, string, Exception, bool)
Declaration
public static DialogResult ShowThreadExceptionDialog(Form ParentForm, string Caption, string message, Exception e, bool ShowInTaskBar)
Parameters
| Type | Name | Description |
|---|---|---|
| Form | ParentForm | |
| string | Caption | |
| string | message | |
| Exception | e | |
| bool | ShowInTaskBar |
Returns
| Type | Description |
|---|---|
| DialogResult |