SmsExceptionPropertyPage Members
Represents a property page to display Configuration Manager 2007 exceptions in Microsoft Management Console.
The following tables list the members exposed by the SmsExceptionPropertyPage type.
Public Constructors
Name | Description | |
---|---|---|
SmsExceptionPropertyPage | Initializes a new instance of SmsExceptionPropertyPage. |
Top
Public Properties
Name | Description | |
---|---|---|
Control | Gets or sets the page control for the property page. (inherited from SmsPropertyPage) | |
Destroyed | (inherited from PropertyPage) | |
Dirty | Gets or sets a value that indicates whether data has changed on the property page. (inherited from SmsPropertyPage) | |
ExceptionCustomHandler | Gets or sets a handler for dealing with an exception that is raised by the provider. (inherited from SmsPropertyPage) | |
HelpId | Sets the identifier for the Help topic that is associated with the property page. (inherited from SmsPropertyPage) | |
HelpTopic | (inherited from PropertyPage) | |
Initialized | (inherited from PropertyPage) | |
ParentSheet | (inherited from PropertyPage) | |
PostEventHandler | Gets or sets an event handler that is invoked after all user interface changes are saved. (inherited from SmsPropertyPage) | |
Title | (inherited from PropertyPage) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddSessionTokenRef | Adds the reference count for the session token. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. (inherited from SmsPropertyPage) | |
DisplayError | (inherited from SmsPropertyPage) | |
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
OnHelpRequested | (inherited from SmsPropertyPage) | |
ReferenceEquals | (inherited from Object) | |
ReleaseSessionToken | (inherited from SmsPropertyPage) | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
OnApply | Handles a notification to every page in the property sheet that the user has clicked the Apply button and wants all changes to take effect. (inherited from SmsPropertyPage) | |
OnCancel | Handles a notification that the user has clicked the Cancel button and the property sheet is about to be destroyed. All changes that were made since the last apply operation are canceled. (inherited from SmsPropertyPage) | |
OnDestroy | Handles a notification that the property sheet is being destroyed, and performs necessary cleanup operations for the property page. (inherited from SmsPropertyPage) | |
OnInitialize | Handles a notification that the property page is being initialized. (inherited from SmsPropertyPage) | |
OnKillActive | Handles a notification that the property page is about to lose activation, either because another page is being activated, or because the user has clicked OK. (inherited from SmsPropertyPage) | |
OnOK | Handles a notification to every page in the property sheet that the user has clicked OK or Close and wants all changes to take effect. (inherited from SmsPropertyPage) | |
OnSetActive | Handles a notification that the property page is about to be activated. (inherited from SmsPropertyPage) | |
Put | (inherited from SmsPropertyPage) | |
QueryCancel | Determines whether the property page should be canceled. (inherited from SmsPropertyPage) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
Microsoft.ConfigurationManagement.AdminConsole.ISmsPage.get_HelpTopic | (inherited from SmsPropertyPage) | |
Microsoft.ConfigurationManagement.AdminConsole.ISmsPage.set_HelpTopic | (inherited from SmsPropertyPage) |
Top
See Also
Reference
SmsExceptionPropertyPage Class
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsPropertyPage