RedirectionException 클래스

정의

리디렉션 처리에서 발생하는 오류를 나타냅니다.

public ref class RedirectionException : System::ServiceModel::CommunicationException
[System.Serializable]
public class RedirectionException : System.ServiceModel.CommunicationException
[<System.Serializable>]
type RedirectionException = class
    inherit CommunicationException
Public Class RedirectionException
Inherits CommunicationException
상속
특성

생성자

Name Description
RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])

지정된 RedirectionException, , RedirectionTypeRedirectionDuration내부 예외 및 개체 배열을 사용하여 새 인스턴스 RedirectionScopeRedirectionLocation 초기화합니다.

RedirectionException(RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])

개체의 RedirectionException 지정된 RedirectionType, RedirectionDurationRedirectionScope및 배열을 사용하여 클래스의 RedirectionLocation 새 인스턴스를 초기화합니다.

RedirectionException(SerializationInfo, StreamingContext)

지정된 클래스와 .를 사용하여 클래스의 RedirectionException 새 인스턴스를 SerializationInfo 초기화합니다 StreamingContext.

RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, Exception, RedirectionLocation[])

지정된 메시지 문자열, RedirectionException, , RedirectionTypeRedirectionDuration내부 예외 및 개체 배열을 사용하여 새 인스턴스 RedirectionScopeRedirectionLocation 초기화합니다.

RedirectionException(String, RedirectionType, RedirectionDuration, RedirectionScope, RedirectionLocation[])

지정된 메시지, RedirectionException, RedirectionTypeRedirectionDuration및 개체 배열을 사용하여 클래스의 RedirectionScope 새 인스턴스 RedirectionLocation 를 초기화합니다.

속성

Name Description
Data

예외에 대한 추가 사용자 정의 정보를 제공하는 키/값 쌍의 컬렉션을 가져옵니다.

(다음에서 상속됨 Exception)
Duration

현재RedirectionDurationRedirectionException 연결된 값을 가져옵니다.

HelpLink

이 예외와 연결된 도움말 파일에 대한 링크를 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
HResult

특정 예외에 할당된 코딩된 숫자 값인 HRESULT를 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
InnerException

현재 예외를 Exception 발생시킨 인스턴스를 가져옵니다.

(다음에서 상속됨 Exception)
Locations

현재RedirectionLocation와 연결된 개체의 RedirectionException 컬렉션을 가져옵니다.

Message

현재 예외를 설명하는 메시지를 가져옵니다.

(다음에서 상속됨 Exception)
Scope

RedirectionScope 연결된 값을 RedirectionException가져옵니다.

Source

오류를 발생시키는 애플리케이션 또는 개체의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
StackTrace

호출 스택에서 직접 실행 프레임의 문자열 표현을 가져옵니다.

(다음에서 상속됨 Exception)
TargetSite

현재 예외를 throw하는 메서드를 가져옵니다.

(다음에서 상속됨 Exception)
Type

RedirectionType 연결된 값을 RedirectionException가져옵니다.

메서드

Name Description
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetBaseException()

파생 클래스에서 재정의되는 경우 하나 이상의 후속 예외의 근본 원인인 값을 반환 Exception 합니다.

(다음에서 상속됨 Exception)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetObjectData(SerializationInfo, StreamingContext)

예외에 대한 정보를 사용하여 SerializationInfo 설정합니다.

GetType()

현재 인스턴스의 런타임 형식을 가져옵니다.

(다음에서 상속됨 Exception)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 예외의 문자열 표현을 만들고 반환합니다.

(다음에서 상속됨 Exception)

이벤트

Name Description
SerializeObjectState
사용되지 않음.

예외에 대한 직렬화된 데이터를 포함하는 예외 상태 개체를 만들기 위해 예외가 serialize될 때 발생합니다.

(다음에서 상속됨 Exception)

적용 대상