C# 클래스 Windows.UI.Xaml.Markup.XamlParseException

상속: Exception
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
XamlParseException ( )
XamlParseException ( string message )
XamlParseException ( string message, global innerException )

메소드 상세

XamlParseException() 공개 메소드

public XamlParseException ( )

XamlParseException() 공개 메소드

public XamlParseException ( string message )
message string

XamlParseException() 공개 메소드

public XamlParseException ( string message, global innerException )
message string
innerException global