Class ShowErrorEventArgs
ShowError Event Arguments.
Inherited Members
Namespace: Unity.Services.Mediation
Assembly: Unity.Mediation.dll
Syntax
public class ShowErrorEventArgs : EventArgs
Constructors
ShowErrorEventArgs(ShowError, string)
Constructor for Show Error Events Arguments.
Declaration
public ShowErrorEventArgs(ShowError error, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| ShowError | error | Error enum for this event argument. |
| string | message | Error message for this event argument. |
Properties
Error
Enum for this show error event.
Declaration
public ShowError Error { get; }
Property Value
| Type | Description |
|---|---|
| ShowError |
Message
String message for this show error event.
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| string |