XsltException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
XsltException
클래스의 새 인스턴스를 초기화합니다.
오버로드
XsltException() |
XsltException 클래스의 새 인스턴스를 초기화합니다. |
XsltException(String) |
지정된 오류 메시지를 사용하여 XsltException 클래스의 새 인스턴스를 초기화합니다. |
XsltException(SerializationInfo, StreamingContext) |
사용되지 않음.
SerializationInfo 및 StreamingContext 개체의 정보를 사용하여 |
XsltException(String, Exception) |
|
XsltException()
- Source:
- XsltException.cs
- Source:
- XsltException.cs
- Source:
- XsltException.cs
XsltException 클래스의 새 인스턴스를 초기화합니다.
public:
XsltException();
public XsltException ();
Public Sub New ()
적용 대상
XsltException(String)
- Source:
- XsltException.cs
- Source:
- XsltException.cs
- Source:
- XsltException.cs
지정된 오류 메시지를 사용하여 XsltException 클래스의 새 인스턴스를 초기화합니다.
public:
XsltException(System::String ^ message);
public XsltException (string message);
new System.Xml.Xsl.XsltException : string -> System.Xml.Xsl.XsltException
Public Sub New (message As String)
매개 변수
- message
- String
오류를 설명하는 메시지입니다.
적용 대상
XsltException(SerializationInfo, StreamingContext)
- Source:
- XsltException.cs
- Source:
- XsltException.cs
- Source:
- XsltException.cs
주의
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
SerializationInfo 및 StreamingContext 개체의 정보를 사용하여 XsltException
클래스의 새 인스턴스를 초기화합니다.
protected:
XsltException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected XsltException (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 XsltException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Xml.Xsl.XsltException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Xsl.XsltException
[<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.Xsl.XsltException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Xsl.XsltException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
SerializationInfo
의 모든 속성이 포함된 XsltException
개체입니다.
- context
- StreamingContext
StreamingContext
개체
- 특성
적용 대상
XsltException(String, Exception)
- Source:
- XsltException.cs
- Source:
- XsltException.cs
- Source:
- XsltException.cs
XsltException
클래스의 새 인스턴스를 초기화합니다.
public:
XsltException(System::String ^ message, Exception ^ innerException);
public XsltException (string message, Exception? innerException);
public XsltException (string message, Exception innerException);
new System.Xml.Xsl.XsltException : string * Exception -> System.Xml.Xsl.XsltException
Public Sub New (message As String, innerException As Exception)
매개 변수
- message
- String
오류 조건에 대한 설명입니다.
적용 대상
.NET