XamlParseException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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 엔진에서 내부용으로 사용합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI