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
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
XmlSchemaInferenceException을 발생시킨 XML 문서 내의 줄 번호입니다.
- linePosition
- Int32
XmlSchemaInferenceException을 발생시킨 XML 문서 내의 줄 위치입니다.
적용 대상
.NET