XmlSchemaInferenceException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 XmlSchemaInferenceException 類別的新執行個體。
多載
XmlSchemaInferenceException() |
初始化 XmlSchemaInferenceException 類別的新執行個體。 |
XmlSchemaInferenceException(String) |
使用指定的錯誤訊息,初始化 XmlSchemaInferenceException 類別的新執行個體。 |
XmlSchemaInferenceException(SerializationInfo, StreamingContext) |
已淘汰.
使用包含 XmlSchemaInferenceException 所有屬性之指定的 SerializationInfo 和 StreamingContext 物件,初始化 XmlSchemaInferenceException 類別的新執行個體。 |
XmlSchemaInferenceException(String, Exception) |
使用指定的錯誤訊息和導致指定之 XmlSchemaInferenceException 的原始 Exception,初始化 XmlSchemaInferenceException 類別的新執行個體。 |
XmlSchemaInferenceException(String, Exception, Int32, Int32) |
使用指定的錯誤訊息、導致指定之 XmlSchemaInferenceException 的原始 Exception 和指定之 XML 文件中錯誤的行號和行位置,初始化 XmlSchemaInferenceException 類別的新執行個體。 |
XmlSchemaInferenceException()
初始化 XmlSchemaInferenceException 類別的新執行個體。
public:
XmlSchemaInferenceException();
public XmlSchemaInferenceException ();
Public Sub New ()
適用於
XmlSchemaInferenceException(String)
使用指定的錯誤訊息,初始化 XmlSchemaInferenceException 類別的新執行個體。
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)
參數
- message
- String
錯誤的描述。
適用於
XmlSchemaInferenceException(SerializationInfo, StreamingContext)
警告
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
使用包含 XmlSchemaInferenceException 所有屬性之指定的 SerializationInfo 和 StreamingContext 物件,初始化 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)
參數
- info
- SerializationInfo
- context
- StreamingContext
StreamingContext 物件。
- 屬性
備註
這個建構函式是由衍生類別建構函式呼叫,以初始化此類型中的狀態。
另請參閱
適用於
XmlSchemaInferenceException(String, Exception)
使用指定的錯誤訊息和導致指定之 XmlSchemaInferenceException 的原始 Exception,初始化 XmlSchemaInferenceException 類別的新執行個體。
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)
參數
- message
- String
錯誤的描述。
- innerException
- Exception
Exception 物件,包含導致 XmlSchemaInferenceException 的原始例外狀況。
適用於
XmlSchemaInferenceException(String, Exception, Int32, Int32)
使用指定的錯誤訊息、導致指定之 XmlSchemaInferenceException 的原始 Exception 和指定之 XML 文件中錯誤的行號和行位置,初始化 XmlSchemaInferenceException 類別的新執行個體。
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)
參數
- message
- String
錯誤的描述。
- innerException
- Exception
Exception 物件,包含導致 XmlSchemaInferenceException 的原始例外狀況。
- lineNumber
- Int32
XML 文件中導致 XmlSchemaInferenceException 的行號。
- linePosition
- Int32
XML 文件中導致 XmlSchemaInferenceException 的行位置。