'Declaration
Public Function New( _ ByVal comException As COMException _ )
'Usage
Dim comException As COMException Dim instance As New ExtendedCOMException(comException)
public ExtendedCOMException( COMException comException )
public: ExtendedCOMException( COMException^ comException )
Parameters
- comException
- The COM exception to use as a template.