XmlSchemaException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对于给定的 XmlSchemaException
,将所有的 SerializationInfo
属性流式写入 StreamingContext
类。
重载
XmlSchemaException() |
初始化 XmlSchemaException 类的新实例。 |
XmlSchemaException(String) |
用指定的异常消息初始化 XmlSchemaException 类的新实例。 |
XmlSchemaException(SerializationInfo, StreamingContext) |
已过时.
用包含 |
XmlSchemaException(String, Exception) |
使用异常消息和导致此指定的异常的原始 XmlSchemaException 对象初始化 Exception 类的新实例。 |
XmlSchemaException(String, Exception, Int32, Int32) |
使用指定的异常消息和导致此指定异常的原始 XmlSchemaException 对象、XML 的行号和行位置初始化 Exception 类的新实例。 |
XmlSchemaException()
- Source:
- XmlSchemaException.cs
- Source:
- XmlSchemaException.cs
- Source:
- XmlSchemaException.cs
初始化 XmlSchemaException 类的新实例。
public:
XmlSchemaException();
public XmlSchemaException ();
Public Sub New ()
适用于
XmlSchemaException(String)
- Source:
- XmlSchemaException.cs
- Source:
- XmlSchemaException.cs
- Source:
- XmlSchemaException.cs
用指定的异常消息初始化 XmlSchemaException 类的新实例。
public:
XmlSchemaException(System::String ^ message);
public XmlSchemaException (string? message);
public XmlSchemaException (string message);
new System.Xml.Schema.XmlSchemaException : string -> System.Xml.Schema.XmlSchemaException
Public Sub New (message As String)
参数
- message
- String
关于错误情况的 string
说明。
适用于
XmlSchemaException(SerializationInfo, StreamingContext)
- Source:
- XmlSchemaException.cs
- Source:
- XmlSchemaException.cs
- Source:
- XmlSchemaException.cs
注意
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
用包含 XmlSchemaException
所有属性的给定的 SerializationInfo
和 StreamingContext
信息构造新的 XmlSchemaException
对象。
protected:
XmlSchemaException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected XmlSchemaException (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 XmlSchemaException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Xml.Schema.XmlSchemaException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Schema.XmlSchemaException
[<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.XmlSchemaException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Schema.XmlSchemaException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
参数
- info
- SerializationInfo
SerializationInfo。
- context
- StreamingContext
StreamingContext。
- 属性
适用于
XmlSchemaException(String, Exception)
- Source:
- XmlSchemaException.cs
- Source:
- XmlSchemaException.cs
- Source:
- XmlSchemaException.cs
使用异常消息和导致此指定的异常的原始 XmlSchemaException 对象初始化 Exception 类的新实例。
public:
XmlSchemaException(System::String ^ message, Exception ^ innerException);
public XmlSchemaException (string? message, Exception? innerException);
public XmlSchemaException (string message, Exception innerException);
new System.Xml.Schema.XmlSchemaException : string * Exception -> System.Xml.Schema.XmlSchemaException
Public Sub New (message As String, innerException As Exception)
参数
- message
- String
关于错误情况的 string
说明。
适用于
XmlSchemaException(String, Exception, Int32, Int32)
- Source:
- XmlSchemaException.cs
- Source:
- XmlSchemaException.cs
- Source:
- XmlSchemaException.cs
使用指定的异常消息和导致此指定异常的原始 XmlSchemaException 对象、XML 的行号和行位置初始化 Exception 类的新实例。
public:
XmlSchemaException(System::String ^ message, Exception ^ innerException, int lineNumber, int linePosition);
public XmlSchemaException (string? message, Exception? innerException, int lineNumber, int linePosition);
public XmlSchemaException (string message, Exception innerException, int lineNumber, int linePosition);
new System.Xml.Schema.XmlSchemaException : string * Exception * int * int -> System.Xml.Schema.XmlSchemaException
Public Sub New (message As String, innerException As Exception, lineNumber As Integer, linePosition As Integer)
参数
- message
- String
关于错误情况的 string
说明。
- lineNumber
- Int32
导致该异常的 XML 行号。
- linePosition
- Int32
导致此异常的 XML 的行位置。