WarningException Constructor (String^, String^)

 

Initializes a new instance of the WarningException class with the specified message, and with access to the specified Help file.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
WarningException(
	String^ message,
	String^ helpUrl
)

Parameters

message
Type: System::String^

The message to display to the end user.

helpUrl
Type: System::String^

The Help file to display if the user requests help.

.NET Framework
Available since 1.1
Return to top
Show: