ManifestParseException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ManifestParseException()
public:
ManifestParseException();
public:
ManifestParseException();
ManifestParseException();
public ManifestParseException ();
Public Sub New ()
Applies to
ManifestParseException(Exception)
public:
ManifestParseException(Exception ^ innerException);
public ManifestParseException (Exception innerException);
new Microsoft.VisualStudio.Imaging.ManifestParseException : Exception -> Microsoft.VisualStudio.Imaging.ManifestParseException
Public Sub New (innerException As Exception)
Parameters
- innerException
- Exception
Applies to
ManifestParseException(String)
public:
ManifestParseException(System::String ^ message);
public:
ManifestParseException(Platform::String ^ message);
ManifestParseException(std::wstring const & message);
public ManifestParseException (string message);
new Microsoft.VisualStudio.Imaging.ManifestParseException : string -> Microsoft.VisualStudio.Imaging.ManifestParseException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
ManifestParseException(XmlSeverityType)
public:
ManifestParseException(System::Xml::Schema::XmlSeverityType severity);
public ManifestParseException (System.Xml.Schema.XmlSeverityType severity);
new Microsoft.VisualStudio.Imaging.ManifestParseException : System.Xml.Schema.XmlSeverityType -> Microsoft.VisualStudio.Imaging.ManifestParseException
Public Sub New (severity As XmlSeverityType)
Parameters
- severity
- XmlSeverityType
Applies to
ManifestParseException(String, Exception)
public:
ManifestParseException(System::String ^ message, Exception ^ innerException);
public ManifestParseException (string message, Exception innerException);
new Microsoft.VisualStudio.Imaging.ManifestParseException : string * Exception -> Microsoft.VisualStudio.Imaging.ManifestParseException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
ManifestParseException(String, XmlSeverityType)
public:
ManifestParseException(System::String ^ message, System::Xml::Schema::XmlSeverityType severity);
public ManifestParseException (string message, System.Xml.Schema.XmlSeverityType severity);
new Microsoft.VisualStudio.Imaging.ManifestParseException : string * System.Xml.Schema.XmlSeverityType -> Microsoft.VisualStudio.Imaging.ManifestParseException
Public Sub New (message As String, severity As XmlSeverityType)
Parameters
- message
- String
- severity
- XmlSeverityType
Applies to
ManifestParseException(XmlSeverityType, Exception)
public:
ManifestParseException(System::Xml::Schema::XmlSeverityType severity, Exception ^ innerException);
public ManifestParseException (System.Xml.Schema.XmlSeverityType severity, Exception innerException);
new Microsoft.VisualStudio.Imaging.ManifestParseException : System.Xml.Schema.XmlSeverityType * Exception -> Microsoft.VisualStudio.Imaging.ManifestParseException
Public Sub New (severity As XmlSeverityType, innerException As Exception)
Parameters
- severity
- XmlSeverityType
- innerException
- Exception
Applies to
ManifestParseException(String, XmlSeverityType, Exception)
public:
ManifestParseException(System::String ^ message, System::Xml::Schema::XmlSeverityType severity, Exception ^ innerException);
public ManifestParseException (string message, System.Xml.Schema.XmlSeverityType severity, Exception innerException);
new Microsoft.VisualStudio.Imaging.ManifestParseException : string * System.Xml.Schema.XmlSeverityType * Exception -> Microsoft.VisualStudio.Imaging.ManifestParseException
Public Sub New (message As String, severity As XmlSeverityType, innerException As Exception)
Parameters
- message
- String
- severity
- XmlSeverityType
- innerException
- Exception