'Declaration
Public Function New( _ ByVal message As String, _ ByVal errorCode As Integer, _ ByVal qualifiedName As XmlQualifiedName2 _ )
'Usage
Dim message As String Dim errorCode As Integer Dim qualifiedName As XmlQualifiedName2 Dim instance As New SimulatedCOMException(message, errorCode, qualifiedName)
public SimulatedCOMException( string message, int errorCode, XmlQualifiedName2 qualifiedName )
public: SimulatedCOMException( String^ message, int errorCode, XmlQualifiedName2^ qualifiedName )
Parameters
- message
- The message that indicates the reason the exception occurred.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - errorCode
- The error code (HRESULT) value associated with this exception.
- qualifiedName
- The XML qualified name associated with this exception.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).