XmlSchemaInferenceException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
XmlSchemaInferenceException 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| XmlSchemaInferenceException() |
XmlSchemaInferenceException 클래스의 새 인스턴스를 초기화합니다. |
| XmlSchemaInferenceException(String) |
지정된 오류 메시지를 사용하여 클래스의 XmlSchemaInferenceException 새 인스턴스를 초기화합니다. |
| XmlSchemaInferenceException(SerializationInfo, StreamingContext) |
사용되지 않음.
클래스의 XmlSchemaInferenceException 모든 속성을 포함하는 개체 및 SerializationInfo 지정된 개체를 사용하여 클래스 StreamingContext 의 새 인스턴스를 XmlSchemaInferenceException초기화합니다. |
| XmlSchemaInferenceException(String, Exception) |
지정된 오류 메시지와 지정된 원본을 사용하여 클래스의 XmlSchemaInferenceExceptionException 새 인스턴스를 XmlSchemaInferenceException 초기화합니다. |
| XmlSchemaInferenceException(String, Exception, Int32, Int32) |
지정한 오류 메시지, 지정된 원본, XmlSchemaInferenceExceptionException 지정한 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);
[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);
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}")>]
new System.Xml.Schema.XmlSchemaInferenceException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Schema.XmlSchemaInferenceException
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
SerializationInfo 개체입니다.
- context
- StreamingContext
StreamingContext 개체입니다.
- 특성
설명
이 생성자는 파생 클래스 생성자에 의해 호출되어 이 형식의 상태를 초기화합니다.
추가 정보
적용 대상
XmlSchemaInferenceException(String, Exception)
지정된 오류 메시지와 지정된 원본을 사용하여 클래스의 XmlSchemaInferenceExceptionException 새 인스턴스를 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)
지정한 오류 메시지, 지정된 원본, XmlSchemaInferenceExceptionException 지정한 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.