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의 줄 위치입니다.
적용 대상
.NET