Class ErrorEvent
Definition of the ErrorEvent
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Events
Assembly: VEDriversLite.dll
Syntax
public class ErrorEvent : CommonEvent, IEventInfo
Constructors
| Improve this Doc View SourceErrorEvent(String, String)
construct the event
Declaration
public ErrorEvent(string title, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String | message |