RedirectionException 생성자

정의

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

오버로드

Name Description
RedirectionException(SerializationInfo, StreamingContext)

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

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

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

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

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

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

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

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

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

RedirectionException(SerializationInfo, StreamingContext)

지정된 클래스와 .를 사용하여 클래스의 RedirectionException 새 인스턴스를 SerializationInfo 초기화합니다 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, , RedirectionTypeRedirectionDuration내부 예외 및 개체 배열을 사용하여 새 인스턴스 RedirectionScopeRedirectionLocation 초기화합니다.

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, RedirectionTypeRedirectionDuration및 개체 배열을 사용하여 클래스의 RedirectionScope 새 인스턴스 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, , RedirectionTypeRedirectionDuration내부 예외 및 개체 배열을 사용하여 새 인스턴스 RedirectionScopeRedirectionLocation 초기화합니다.

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[]

리디렉션 위치입니다.

적용 대상