EventLogException Constructor (String^)

 

Initializes a new instance of the EventLogException class by specifying the error message that describes the current exception.

Namespace:   System.Diagnostics.Eventing.Reader
Assembly:  System.Core (in System.Core.dll)

public:
EventLogException(
	String^ message
)

Parameters

message
Type: System::String^

The error message that describes the current exception.

.NET Framework
Available since 3.5
Return to top
Show: