StiLogServiceWrite Method (Type, Exception) |
Writes the log message about exeption.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static void Write(
Type type,
Exception e
)
Public Shared Sub Write (
type As Type,
e As Exception
)
Parameters
- type
- Type: SystemType
The type to add to a message. - e
- Type: SystemException
The exeption which will be added to the log.
See Also