EventLogException Constructor (String^, Exception^)
.NET Framework (current version)
Initializes a new instance of the EventLogException class with an error message and inner exception.
Assembly: System.Core (in System.Core.dll)
Parameters
- message
-
Type:
System::String^
The error message that describes the current exception.
- innerException
-
Type:
System::Exception^
The Exception instance that caused the current exception.
.NET Framework
Available since 3.5
Available since 3.5
Show: