XmlSchemaReferenceException Constructor

Initializes a new instance of the XmlSchemaReferenceException class.

Namespace: Microsoft.VisualStudio.XmlEditor
Assembly: Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

Usage

'Usage
Dim message As String
Dim innerException As Exception
Dim reference As XmlSchemaReference

Dim instance As New XmlSchemaReferenceException(message, innerException, reference)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception, _
    reference As XmlSchemaReference _
)
public XmlSchemaReferenceException (
    string message,
    Exception innerException,
    XmlSchemaReference reference
)
public:
XmlSchemaReferenceException (
    String^ message, 
    Exception^ innerException, 
    XmlSchemaReference^ reference
)
public XmlSchemaReferenceException (
    String message, 
    Exception innerException, 
    XmlSchemaReference reference
)
public function XmlSchemaReferenceException (
    message : String, 
    innerException : Exception, 
    reference : XmlSchemaReference
)

Parameters

  • message
    The localized error message that explains the problem.
  • innerException
    An inner exception object, or null.
  • reference
    The root-level schema reference that directly or indirectly resulted in this problem.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

XmlSchemaReferenceException Class
XmlSchemaReferenceException Members
Microsoft.VisualStudio.XmlEditor Namespace

Build Date:

2012-11-12