다음을 통해 공유


XamlParseException 생성자

정의

오버로드

XamlParseException()

XAML 엔진에서 내부용으로 사용합니다.

XamlParseException(String)

XAML 엔진에서 내부용으로 사용합니다.

XamlParseException(SerializationInfo, StreamingContext)
사용되지 않음.

XAML 엔진에서 내부용으로 사용합니다.

XamlParseException(String, Exception)

XAML 엔진에서 내부용으로 사용합니다.

XamlParseException(String, IXmlLineInfo, Exception)

XAML 엔진에서 내부용으로 사용합니다.

XamlParseException()

Source:
XamlParseException.cs
Source:
XamlParseException.cs

XAML 엔진에서 내부용으로 사용합니다.

public:
 XamlParseException();
public XamlParseException ();
Public Sub New ()

적용 대상

XamlParseException(String)

Source:
XamlParseException.cs
Source:
XamlParseException.cs

XAML 엔진에서 내부용으로 사용합니다.

public:
 XamlParseException(System::String ^ message);
public XamlParseException (string message);
new Microsoft.Maui.Controls.Xaml.XamlParseException : string -> Microsoft.Maui.Controls.Xaml.XamlParseException
Public Sub New (message As String)

매개 변수

message
String

XAML 엔진에서 내부용으로 사용합니다.

적용 대상

XamlParseException(SerializationInfo, StreamingContext)

Source:
XamlParseException.cs
Source:
XamlParseException.cs

주의

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

XAML 엔진에서 내부용으로 사용합니다.

protected:
 XamlParseException(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 XamlParseException (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 Microsoft.Maui.Controls.Xaml.XamlParseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Maui.Controls.Xaml.XamlParseException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

XAML 엔진에서 내부용으로 사용합니다.

context
StreamingContext

XAML 엔진에서 내부용으로 사용합니다.

특성

적용 대상

XamlParseException(String, Exception)

Source:
XamlParseException.cs
Source:
XamlParseException.cs

XAML 엔진에서 내부용으로 사용합니다.

public:
 XamlParseException(System::String ^ message, Exception ^ innerException);
public XamlParseException (string message, Exception innerException);
new Microsoft.Maui.Controls.Xaml.XamlParseException : string * Exception -> Microsoft.Maui.Controls.Xaml.XamlParseException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

XAML 엔진에서 내부용으로 사용합니다.

innerException
Exception

XAML 엔진에서 내부용으로 사용합니다.

적용 대상

XamlParseException(String, IXmlLineInfo, Exception)

Source:
XamlParseException.cs
Source:
XamlParseException.cs

XAML 엔진에서 내부용으로 사용합니다.

public XamlParseException (string message, System.Xml.IXmlLineInfo xmlInfo, Exception innerException = default);
new Microsoft.Maui.Controls.Xaml.XamlParseException : string * System.Xml.IXmlLineInfo * Exception -> Microsoft.Maui.Controls.Xaml.XamlParseException
Public Sub New (message As String, xmlInfo As IXmlLineInfo, Optional innerException As Exception = Nothing)

매개 변수

message
String

XAML 엔진에서 내부용으로 사용합니다.

xmlInfo
IXmlLineInfo

XAML 엔진에서 내부용으로 사용합니다.

innerException
Exception

XAML 엔진에서 내부용으로 사용합니다.

적용 대상