ManifestParseException Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ManifestParseException()
public:
ManifestParseException();
public:
ManifestParseException();
ManifestParseException();
public ManifestParseException ();
Public Sub New ()
Şunlara uygulanır
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)
Parametreler
- innerException
- Exception
Şunlara uygulanır
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)
Parametreler
- message
- String
Şunlara uygulanır
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)
Parametreler
- severity
- XmlSeverityType
Şunlara uygulanır
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)
Parametreler
- message
- String
- innerException
- Exception
Şunlara uygulanır
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)
Parametreler
- message
- String
- severity
- XmlSeverityType
Şunlara uygulanır
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)
Parametreler
- severity
- XmlSeverityType
- innerException
- Exception
Şunlara uygulanır
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)
Parametreler
- message
- String
- severity
- XmlSeverityType
- innerException
- Exception