SecurityTokenReplayDetectedException Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de SecurityTokenReplayDetectedException klasse.
Overloads
| Name | Description |
|---|---|
| SecurityTokenReplayDetectedException() |
Initialiseert een nieuw exemplaar van de SecurityTokenReplayDetectedException klasse. |
| SecurityTokenReplayDetectedException(String) |
Initialiseert een nieuw exemplaar van de SecurityTokenReplayDetectedException klasse met behulp van het opgegeven foutbericht. |
| SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext) |
Initialiseert een nieuw exemplaar van de SecurityTokenReplayDetectedException klasse met behulp van de opgegeven XML-serialisatiegegevens en contextuele gegevens over de bron en het doel van de serialisatiestroom. |
| SecurityTokenReplayDetectedException(String, Exception) |
Initialiseert een nieuw exemplaar van de SecurityTokenReplayDetectedException klasse met behulp van het opgegeven foutbericht en de hoofdoorzaak van de fout. |
SecurityTokenReplayDetectedException()
Initialiseert een nieuw exemplaar van de SecurityTokenReplayDetectedException klasse.
public:
SecurityTokenReplayDetectedException();
public SecurityTokenReplayDetectedException();
Public Sub New ()
Van toepassing op
SecurityTokenReplayDetectedException(String)
Initialiseert een nieuw exemplaar van de SecurityTokenReplayDetectedException klasse met behulp van het opgegeven foutbericht.
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)
Parameters
- message
- String
Een bericht dat de reden aangeeft waarom de uitzondering is opgetreden.
Van toepassing op
SecurityTokenReplayDetectedException(SerializationInfo, StreamingContext)
Initialiseert een nieuw exemplaar van de SecurityTokenReplayDetectedException klasse met behulp van de opgegeven XML-serialisatiegegevens en contextuele gegevens over de bron en het doel van de serialisatiestroom.
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)
Parameters
- info
- SerializationInfo
Een SerializationInfo met waarden die worden gebruikt tijdens serialisatie en deserialisatie.
- context
- StreamingContext
Een SecurityTokenReplayDetectedException met gegevens over de bron en het doel van de serialisatiestroom.
Van toepassing op
SecurityTokenReplayDetectedException(String, Exception)
Initialiseert een nieuw exemplaar van de SecurityTokenReplayDetectedException klasse met behulp van het opgegeven foutbericht en de hoofdoorzaak van de fout.
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)
Parameters
- message
- String
Een bericht dat de reden aangeeft waarom de uitzondering is opgetreden.