Indicates if exceptions are selectable.
[Visual Basic 6.0] Property SelectExceptions As Boolean
[Visual Basic .NET] Public Property SelectExceptions As Boolean
[C#] public bool SelectExceptions {get; set;}
[Java] public boolean isSelectExceptions() throws IOException, AutomationException
[Java] public void setSelectExceptions( boolean SelectExceptions ) throws IOException, AutomationException
[C++]
HRESULT get_SelectExceptions(
VARIANT_BOOL* sel
);
[C++] HRESULT put_SelectExceptions( VARIANT_BOOL sel);
Parameters
sel [out, retval]
sel is a parameter of type VARIANT_BOOL
sel [in]
sel is a parameter of type VARIANT_BOOL