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

Visual Basic
Dim instance As SmsPropertyPage
Dim value As SmsExceptionHandler

value = instance.ExceptionCustomHandler

instance.ExceptionCustomHandler = value

Syntax

Visual Basic
Public Property ExceptionCustomHandler As SmsExceptionHandler
C#
public SmsExceptionHandler ExceptionCustomHandler { get; set; }
C++
public:
property SmsExceptionHandler^ ExceptionCustomHandler {
		SmsExceptionHandler^ get ();
		void set (SmsExceptionHandler^ value);
}
J#
/** @property */
public SmsExceptionHandler get_ExceptionCustomHandler ()

/** @property */
public void set_ExceptionCustomHandler (SmsExceptionHandler value)
JScript
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