SmsPropertyPage.ExceptionCustomHandler Property
Gets or sets a handler for dealing with an exception that is raised by the provider.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPropertyPage
Dim value As SmsExceptionHandler
value = instance.ExceptionCustomHandler
instance.ExceptionCustomHandler = value
Syntax
'Declaration
Public Property ExceptionCustomHandler As SmsExceptionHandler
public SmsExceptionHandler ExceptionCustomHandler { get; set; }
public:
property SmsExceptionHandler^ ExceptionCustomHandler {
SmsExceptionHandler^ get ();
void set (SmsExceptionHandler^ value);
}
/** @property */
public SmsExceptionHandler get_ExceptionCustomHandler ()
/** @property */
public void set_ExceptionCustomHandler (SmsExceptionHandler value)
public function get ExceptionCustomHandler () : SmsExceptionHandler
public function set ExceptionCustomHandler (value : SmsExceptionHandler)
Property Value
SmsExceptionHandler object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsPropertyPage Class
SmsPropertyPage Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsExceptionHandler Delegate