ErrorLogEventArgs Constructor |
Initializes a new instance of the ErrorLogEventArgs class.
Namespace: WinWrap.Basic.Server.ClassicAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic ErrorLogEventArgs(
int index
)
Public Sub New (
index As Integer
)
public:
ErrorLogEventArgs(
int index
)
Parameters
- index Int32
- Value for Index.
Remarks
Construct a new instance.
See Also