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