SecurityTokenReplayDetectedException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SecurityTokenReplayDetectedException 클래스의 새 인스턴스를 초기화합니다.
오버로드
SecurityTokenReplayDetectedException() |
SecurityTokenReplayDetectedException 클래스의 새 인스턴스를 초기화합니다. |
SecurityTokenReplayDetectedException(String) |
지정한 오류 메시지를 사용하여 SecurityTokenReplayDetectedException 클래스의 새 인스턴스를 초기화합니다. |
SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext) |
지정된 XML serialization 데이터와 serialization 스트림의 소스와 대상에 대한 컨텍스트 데이터를 사용하여 SecurityTokenReplayDetectedException 클래스의 새 인스턴스를 초기화합니다. |
SecurityTokenReplayDetectedException(String, Exception) |
지정된 오류 메시지와 오류의 근본 원인을 사용하여 SecurityTokenReplayDetectedException 클래스의 새 인스턴스를 초기화합니다. |
SecurityTokenReplayDetectedException()
SecurityTokenReplayDetectedException 클래스의 새 인스턴스를 초기화합니다.
public:
SecurityTokenReplayDetectedException();
public SecurityTokenReplayDetectedException ();
Public Sub New ()
적용 대상
SecurityTokenReplayDetectedException(String)
지정한 오류 메시지를 사용하여 SecurityTokenReplayDetectedException 클래스의 새 인스턴스를 초기화합니다.
public:
SecurityTokenReplayDetectedException(System::String ^ message);
public SecurityTokenReplayDetectedException (string message);
new System.IdentityModel.Tokens.SecurityTokenReplayDetectedException : string -> System.IdentityModel.Tokens.SecurityTokenReplayDetectedException
Public Sub New (message As String)
매개 변수
- message
- String
예외가 발생한 이유를 나타내는 메시지입니다.
적용 대상
SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext)
지정된 XML serialization 데이터와 serialization 스트림의 소스와 대상에 대한 컨텍스트 데이터를 사용하여 SecurityTokenReplayDetectedException 클래스의 새 인스턴스를 초기화합니다.
protected:
SecurityTokenReplayDetectedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SecurityTokenReplayDetectedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IdentityModel.Tokens.SecurityTokenReplayDetectedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IdentityModel.Tokens.SecurityTokenReplayDetectedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
serialization 및 deserialization을 수행하는 동안 사용되는 값을 포함하는 SerializationInfo입니다.
- context
- StreamingContext
serialization 스트림의 소스와 대상에 대한 데이터를 포함하는 SecurityTokenReplayDetectedException입니다.
적용 대상
SecurityTokenReplayDetectedException(String, Exception)
지정된 오류 메시지와 오류의 근본 원인을 사용하여 SecurityTokenReplayDetectedException 클래스의 새 인스턴스를 초기화합니다.
public:
SecurityTokenReplayDetectedException(System::String ^ message, Exception ^ inner);
public SecurityTokenReplayDetectedException (string message, Exception inner);
new System.IdentityModel.Tokens.SecurityTokenReplayDetectedException : string * Exception -> System.IdentityModel.Tokens.SecurityTokenReplayDetectedException
Public Sub New (message As String, inner As Exception)
매개 변수
- message
- String
예외가 발생한 이유를 나타내는 메시지입니다.
적용 대상
.NET