XmlSchemaReferenceException Constructor (String, Exception, XmlSchemaReference)
Initializes a new instance of the XmlSchemaReferenceException class.
Namespace: Microsoft.VisualStudio.XmlEditor
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)
Syntax
public XmlSchemaReferenceException(
string message,
Exception innerException,
XmlSchemaReference reference
)
public:
XmlSchemaReferenceException(
String^ message,
Exception^ innerException,
XmlSchemaReference^ reference
)
new :
message:string *
innerException:Exception *
reference:XmlSchemaReference -> XmlSchemaReferenceException
Public Sub New (
message As String,
innerException As Exception,
reference As XmlSchemaReference
)
Parameters
message
Type: System.StringThe localized error message that explains the problem.
innerException
Type: System.ExceptionAn inner exception object, or null.
reference
Type: Microsoft.VisualStudio.XmlEditor.XmlSchemaReferenceThe root-level schema reference that directly or indirectly resulted in this problem.
See Also
XmlSchemaReferenceException Class
Microsoft.VisualStudio.XmlEditor Namespace
Return to top