  | LogEvent Constructor (String, Exception) | 
 Initializes a new instance of the 
LogEvent class
 
    Namespace: 
   Dynamicweb.Logging.LogEvents
    Assembly:
   Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntaxpublic LogEvent(
	string category,
	Exception ex
)
Public Sub New ( 
	category As String,
	ex As Exception
)
Parameters
- category
 - Type: SystemString
 - ex
 - Type: SystemException
 
See Also