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.