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 | |
---|---|---|
HelpLink | Gets the error help link. |
|
HelpLinkStartPosition | Gets the starting position of the error help link. |
|
HelpLinkTextLength | Gets the length of the error help link. |
|
Image | Gets the Error image. |
|
Message | Gets the Error Message. |
|
Title | Gets the Error Title. |
See Also
Microsoft.WindowsServerSolutions.Common Namespace
Return to top