Share via


RedirectionException 생성자

정의

RedirectionException 클래스의 새 인스턴스를 초기화합니다.

오버로드

RedirectionException(SerializationInfo, StreamingContext)

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

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

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

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

지정된 RedirectionException, RedirectionType, RedirectionDuration, 내부 예외, RedirectionScope 개체 배열을 사용하여 RedirectionLocation의 새 인스턴스를 초기화합니다.

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

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

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

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

RedirectionException(SerializationInfo, StreamingContext)

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

protected:
 RedirectionException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RedirectionException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.Channels.RedirectionException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Channels.RedirectionException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

serialization 정보입니다.

context
StreamingContext

스트리밍 컨텍스트입니다.

적용 대상

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

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

public:
 RedirectionException(System::ServiceModel::Channels::RedirectionType ^ type, System::ServiceModel::Channels::RedirectionDuration ^ duration, System::ServiceModel::Channels::RedirectionScope ^ scope, ... cli::array <System::ServiceModel::Channels::RedirectionLocation ^> ^ locations);
public RedirectionException (System.ServiceModel.Channels.RedirectionType type, System.ServiceModel.Channels.RedirectionDuration duration, System.ServiceModel.Channels.RedirectionScope scope, params System.ServiceModel.Channels.RedirectionLocation[] locations);
new System.ServiceModel.Channels.RedirectionException : System.ServiceModel.Channels.RedirectionType * System.ServiceModel.Channels.RedirectionDuration * System.ServiceModel.Channels.RedirectionScope * System.ServiceModel.Channels.RedirectionLocation[] -> System.ServiceModel.Channels.RedirectionException
Public Sub New (type As RedirectionType, duration As RedirectionDuration, scope As RedirectionScope, ParamArray locations As RedirectionLocation())

매개 변수

type
RedirectionType

리디렉션의 형식입니다.

duration
RedirectionDuration

리디렉션의 기간입니다.

scope
RedirectionScope

리디렉션의 범위입니다.

locations
RedirectionLocation[]

리디렉션의 위치입니다.

적용 대상

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

지정된 RedirectionException, RedirectionType, RedirectionDuration, 내부 예외, RedirectionScope 개체 배열을 사용하여 RedirectionLocation의 새 인스턴스를 초기화합니다.

public:
 RedirectionException(System::ServiceModel::Channels::RedirectionType ^ type, System::ServiceModel::Channels::RedirectionDuration ^ duration, System::ServiceModel::Channels::RedirectionScope ^ scope, Exception ^ innerException, ... cli::array <System::ServiceModel::Channels::RedirectionLocation ^> ^ locations);
public RedirectionException (System.ServiceModel.Channels.RedirectionType type, System.ServiceModel.Channels.RedirectionDuration duration, System.ServiceModel.Channels.RedirectionScope scope, Exception innerException, params System.ServiceModel.Channels.RedirectionLocation[] locations);
new System.ServiceModel.Channels.RedirectionException : System.ServiceModel.Channels.RedirectionType * System.ServiceModel.Channels.RedirectionDuration * System.ServiceModel.Channels.RedirectionScope * Exception * System.ServiceModel.Channels.RedirectionLocation[] -> System.ServiceModel.Channels.RedirectionException
Public Sub New (type As RedirectionType, duration As RedirectionDuration, scope As RedirectionScope, innerException As Exception, ParamArray locations As RedirectionLocation())

매개 변수

type
RedirectionType

리디렉션의 형식입니다.

duration
RedirectionDuration

리디렉션의 기간입니다.

scope
RedirectionScope

리디렉션의 범위입니다.

innerException
Exception

내부 예외입니다.

locations
RedirectionLocation[]

리디렉션의 위치입니다.

적용 대상

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

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

public:
 RedirectionException(System::String ^ message, System::ServiceModel::Channels::RedirectionType ^ type, System::ServiceModel::Channels::RedirectionDuration ^ duration, System::ServiceModel::Channels::RedirectionScope ^ scope, ... cli::array <System::ServiceModel::Channels::RedirectionLocation ^> ^ locations);
public RedirectionException (string message, System.ServiceModel.Channels.RedirectionType type, System.ServiceModel.Channels.RedirectionDuration duration, System.ServiceModel.Channels.RedirectionScope scope, params System.ServiceModel.Channels.RedirectionLocation[] locations);
new System.ServiceModel.Channels.RedirectionException : string * System.ServiceModel.Channels.RedirectionType * System.ServiceModel.Channels.RedirectionDuration * System.ServiceModel.Channels.RedirectionScope * System.ServiceModel.Channels.RedirectionLocation[] -> System.ServiceModel.Channels.RedirectionException
Public Sub New (message As String, type As RedirectionType, duration As RedirectionDuration, scope As RedirectionScope, ParamArray locations As RedirectionLocation())

매개 변수

message
String

현재 예외를 설명하는 메시지입니다.

type
RedirectionType

리디렉션의 형식입니다.

duration
RedirectionDuration

리디렉션의 기간입니다.

scope
RedirectionScope

리디렉션의 범위입니다.

locations
RedirectionLocation[]

리디렉션의 위치입니다.

적용 대상

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

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

public:
 RedirectionException(System::String ^ message, System::ServiceModel::Channels::RedirectionType ^ type, System::ServiceModel::Channels::RedirectionDuration ^ duration, System::ServiceModel::Channels::RedirectionScope ^ scope, Exception ^ innerException, ... cli::array <System::ServiceModel::Channels::RedirectionLocation ^> ^ locations);
public RedirectionException (string message, System.ServiceModel.Channels.RedirectionType type, System.ServiceModel.Channels.RedirectionDuration duration, System.ServiceModel.Channels.RedirectionScope scope, Exception innerException, params System.ServiceModel.Channels.RedirectionLocation[] locations);
new System.ServiceModel.Channels.RedirectionException : string * System.ServiceModel.Channels.RedirectionType * System.ServiceModel.Channels.RedirectionDuration * System.ServiceModel.Channels.RedirectionScope * Exception * System.ServiceModel.Channels.RedirectionLocation[] -> System.ServiceModel.Channels.RedirectionException
Public Sub New (message As String, type As RedirectionType, duration As RedirectionDuration, scope As RedirectionScope, innerException As Exception, ParamArray locations As RedirectionLocation())

매개 변수

message
String

리디렉션 메시지입니다.

type
RedirectionType

리디렉션의 형식입니다.

duration
RedirectionDuration

리디렉션의 기간입니다.

scope
RedirectionScope

리디렉션의 범위입니다.

innerException
Exception

내부 예외입니다.

locations
RedirectionLocation[]

리디렉션의 위치입니다.

적용 대상