LayoutCycleException 생성자

정의

오버로드

LayoutCycleException()

기본값을 사용하여 LayoutCycleException 클래스의 새 인스턴스를 초기화합니다.

LayoutCycleException(String)

지정된 오류 메시지를 사용하여 LayoutCycleException 클래스의 새 인스턴스를 초기화합니다.

LayoutCycleException(SerializationInfo, StreamingContext)

serialize된 데이터를 사용하여 LayoutCycleException 클래스의 새 인스턴스를 초기화합니다.

LayoutCycleException(String, Exception)

지정된 오류 메시지와 해당 예외의 원인인 내부 예외에 대한 참조를 사용하여 LayoutCycleException 클래스의 새 인스턴스를 초기화합니다.

LayoutCycleException()

기본값을 사용하여 LayoutCycleException 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

LayoutCycleException(String)

지정된 오류 메시지를 사용하여 LayoutCycleException 클래스의 새 인스턴스를 초기화합니다.

public:
 LayoutCycleException(System::String ^ message);
public LayoutCycleException (string message);
new Windows.UI.Xaml.LayoutCycleException : string -> Windows.UI.Xaml.LayoutCycleException
Public Sub New (message As String)

매개 변수

message
String

예외에 대한 이유를 설명하는 오류 메시지입니다.

적용 대상

LayoutCycleException(SerializationInfo, StreamingContext)

serialize된 데이터를 사용하여 LayoutCycleException 클래스의 새 인스턴스를 초기화합니다.

protected:
 LayoutCycleException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected LayoutCycleException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new Windows.UI.Xaml.LayoutCycleException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Windows.UI.Xaml.LayoutCycleException
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)

매개 변수

serializationInfo
SerializationInfo

throw되는 예외에 대해 serialize된 개체 데이터를 보유하는 SerializationInfo입니다.

streamingContext
StreamingContext

소스 또는 대상에 대한 컨텍스트 정보를 포함하는 StreamingContext입니다.

적용 대상

LayoutCycleException(String, Exception)

지정된 오류 메시지와 해당 예외의 원인인 내부 예외에 대한 참조를 사용하여 LayoutCycleException 클래스의 새 인스턴스를 초기화합니다.

public:
 LayoutCycleException(System::String ^ message, Exception ^ innerException);
public LayoutCycleException (string message, Exception innerException);
new Windows.UI.Xaml.LayoutCycleException : string * Exception -> Windows.UI.Xaml.LayoutCycleException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

예외에 대한 이유를 설명하는 오류 메시지입니다.

innerException
Exception

현재 예외의 원인이 되는 예외이거나, 내부 예외를 지정하지 않았으면 null입니다.

적용 대상