XmlSchemaInferenceException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy XmlSchemaInferenceException.

Przeciążenia

XmlSchemaInferenceException()

Inicjuje nowe wystąpienie klasy XmlSchemaInferenceException.

XmlSchemaInferenceException(String)

Inicjuje XmlSchemaInferenceException nowe wystąpienie klasy z określonym komunikatem o błędzie.

XmlSchemaInferenceException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje XmlSchemaInferenceException nowe wystąpienie klasy z określonymi obiektami SerializationInfo i StreamingContext zawierającymi wszystkie właściwości klasy XmlSchemaInferenceException.

XmlSchemaInferenceException(String, Exception)

Inicjuje nowe wystąpienie XmlSchemaInferenceException klasy z określonym komunikatem o błędzie i oryginałem Exception , który spowodował XmlSchemaInferenceException określony.

XmlSchemaInferenceException(String, Exception, Int32, Int32)

Inicjuje nowe wystąpienie XmlSchemaInferenceException klasy z określonym komunikatem o błędzie, oryginałem Exception , który spowodował XmlSchemaInferenceException określony, oraz numerem wiersza i pozycją wiersza błędu w określonym dokumencie XML.

XmlSchemaInferenceException()

Źródło:
XmlSchemaInferenceException.cs
Źródło:
XmlSchemaInferenceException.cs
Źródło:
XmlSchemaInferenceException.cs

Inicjuje nowe wystąpienie klasy XmlSchemaInferenceException.

public:
 XmlSchemaInferenceException();
public XmlSchemaInferenceException ();
Public Sub New ()

Dotyczy

XmlSchemaInferenceException(String)

Źródło:
XmlSchemaInferenceException.cs
Źródło:
XmlSchemaInferenceException.cs
Źródło:
XmlSchemaInferenceException.cs

Inicjuje XmlSchemaInferenceException nowe wystąpienie klasy z określonym komunikatem o błędzie.

public:
 XmlSchemaInferenceException(System::String ^ message);
public XmlSchemaInferenceException (string message);
new System.Xml.Schema.XmlSchemaInferenceException : string -> System.Xml.Schema.XmlSchemaInferenceException
Public Sub New (message As String)

Parametry

message
String

Opis błędu.

Dotyczy

XmlSchemaInferenceException(SerializationInfo, StreamingContext)

Źródło:
XmlSchemaInferenceException.cs
Źródło:
XmlSchemaInferenceException.cs
Źródło:
XmlSchemaInferenceException.cs

Przestroga

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Inicjuje XmlSchemaInferenceException nowe wystąpienie klasy z określonymi obiektami SerializationInfo i StreamingContext zawierającymi wszystkie właściwości klasy XmlSchemaInferenceException.

protected:
 XmlSchemaInferenceException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected XmlSchemaInferenceException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected XmlSchemaInferenceException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Xml.Schema.XmlSchemaInferenceException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Schema.XmlSchemaInferenceException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Xml.Schema.XmlSchemaInferenceException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Schema.XmlSchemaInferenceException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

Atrybuty

Uwagi

Ten konstruktor jest wywoływany przez konstruktory klasy pochodnej, aby zainicjować stan w tym typie.

Zobacz też

Dotyczy

XmlSchemaInferenceException(String, Exception)

Źródło:
XmlSchemaInferenceException.cs
Źródło:
XmlSchemaInferenceException.cs
Źródło:
XmlSchemaInferenceException.cs

Inicjuje nowe wystąpienie XmlSchemaInferenceException klasy z określonym komunikatem o błędzie i oryginałem Exception , który spowodował XmlSchemaInferenceException określony.

public:
 XmlSchemaInferenceException(System::String ^ message, Exception ^ innerException);
public XmlSchemaInferenceException (string message, Exception? innerException);
public XmlSchemaInferenceException (string message, Exception innerException);
new System.Xml.Schema.XmlSchemaInferenceException : string * Exception -> System.Xml.Schema.XmlSchemaInferenceException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Opis błędu.

innerException
Exception

Obiekt Exception zawierający oryginalny wyjątek, który spowodował XmlSchemaInferenceExceptionwyjątek .

Dotyczy

XmlSchemaInferenceException(String, Exception, Int32, Int32)

Źródło:
XmlSchemaInferenceException.cs
Źródło:
XmlSchemaInferenceException.cs
Źródło:
XmlSchemaInferenceException.cs

Inicjuje nowe wystąpienie XmlSchemaInferenceException klasy z określonym komunikatem o błędzie, oryginałem Exception , który spowodował XmlSchemaInferenceException określony, oraz numerem wiersza i pozycją wiersza błędu w określonym dokumencie XML.

public:
 XmlSchemaInferenceException(System::String ^ message, Exception ^ innerException, int lineNumber, int linePosition);
public XmlSchemaInferenceException (string message, Exception? innerException, int lineNumber, int linePosition);
public XmlSchemaInferenceException (string message, Exception innerException, int lineNumber, int linePosition);
new System.Xml.Schema.XmlSchemaInferenceException : string * Exception * int * int -> System.Xml.Schema.XmlSchemaInferenceException
Public Sub New (message As String, innerException As Exception, lineNumber As Integer, linePosition As Integer)

Parametry

message
String

Opis błędu.

innerException
Exception

Obiekt Exception zawierający oryginalny wyjątek, który spowodował XmlSchemaInferenceExceptionwyjątek .

lineNumber
Int32

Numer wiersza w dokumencie XML, który spowodował błąd XmlSchemaInferenceException.

linePosition
Int32

Pozycja wiersza w dokumencie XML, która spowodowała .XmlSchemaInferenceException

Dotyczy