WarningException Constructor (String^, String^, String^)

 

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

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

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

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.

helpTopic
Type: System::String^

The Help topic to display if the user requests help.

.NET Framework
Available since 1.1
Return to top
Show: