閱讀英文

共用方式為


HelpNotFoundException Constructors

Definition

Overloads

HelpNotFoundException()

Initializes a new instance of the HelpNotFoundException class.

HelpNotFoundException(String)

Initializes a new instance of the HelpNotFoundException class with the give help topic.

HelpNotFoundException(SerializationInfo, StreamingContext)
Obsolete.

Initializes a new instance of the HelpNotFoundException class.

HelpNotFoundException(String, Exception)

Initializes a new instance of the HelpNotFoundException class with the given help topic and associated exception.

HelpNotFoundException()

Initializes a new instance of the HelpNotFoundException class.

public:
 HelpNotFoundException();

Applies to

HelpNotFoundException(String)

Initializes a new instance of the HelpNotFoundException class with the give help topic.

public:
 HelpNotFoundException(System::String ^ helpTopic);

Parameters

helpTopic
String

The help topic for which help is not found.

Applies to

HelpNotFoundException(SerializationInfo, StreamingContext)

Caution

Legacy serialization support is deprecated since .NET 8

Initializes a new instance of the HelpNotFoundException class.

protected:
 HelpNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);

Parameters

info
SerializationInfo

Serialization information.

context
StreamingContext

Streaming context.

Attributes

Applies to

HelpNotFoundException(String, Exception)

Initializes a new instance of the HelpNotFoundException class with the given help topic and associated exception.

public:
 HelpNotFoundException(System::String ^ helpTopic, Exception ^ innerException);

Parameters

helpTopic
String

The help topic for which help is not found.

innerException
Exception

The inner exception.

Applies to