次の方法で共有


IUserExtensionErrorRecord Interface

 

Represents the error record that provides more details about an UserExtensionException.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

public interface IUserExtensionErrorRecord
public interface class IUserExtensionErrorRecord
Public Interface IUserExtensionErrorRecord

Properties

Name Description
System_CAPS_pubproperty HelpLink

Gets the error help link.

System_CAPS_pubproperty HelpLinkStartPosition

Gets the starting position of the error help link.

System_CAPS_pubproperty HelpLinkTextLength

Gets the length of the error help link.

System_CAPS_pubproperty Image

Gets the Error image.

System_CAPS_pubproperty Message

Gets the Error Message.

System_CAPS_pubproperty Title

Gets the Error Title.

See Also

Microsoft.WindowsServerSolutions.Common Namespace

Return to top