SecurityAccessDeniedException 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 SecurityAccessDeniedException klasse.
Overloads
| Name | Description |
|---|---|
| SecurityAccessDeniedException() |
Initialiseert een nieuw exemplaar van de SecurityAccessDeniedException klasse. |
| SecurityAccessDeniedException(String) |
Initialiseert een nieuw exemplaar van de SecurityAccessDeniedException klasse met behulp van het opgegeven bericht. |
| SecurityAccessDeniedException(SerializationInfo, StreamingContext) |
Initialiseert een nieuw exemplaar van de SecurityAccessDeniedException klasse met behulp van de opgegeven serialisatie-informatie en contextobjecten. |
| SecurityAccessDeniedException(String, Exception) |
Initialiseert een nieuw exemplaar van de SecurityAccessDeniedException klasse met behulp van het opgegeven bericht en de binnenste uitzondering. |
SecurityAccessDeniedException()
Initialiseert een nieuw exemplaar van de SecurityAccessDeniedException klasse.
public:
SecurityAccessDeniedException();
public SecurityAccessDeniedException();
Public Sub New ()
Van toepassing op
SecurityAccessDeniedException(String)
Initialiseert een nieuw exemplaar van de SecurityAccessDeniedException klasse met behulp van het opgegeven bericht.
public:
SecurityAccessDeniedException(System::String ^ message);
public SecurityAccessDeniedException(string message);
new System.ServiceModel.Security.SecurityAccessDeniedException : string -> System.ServiceModel.Security.SecurityAccessDeniedException
Public Sub New (message As String)
Parameters
- message
- String
De beschrijving van de foutvoorwaarde.
Van toepassing op
SecurityAccessDeniedException(SerializationInfo, StreamingContext)
Initialiseert een nieuw exemplaar van de SecurityAccessDeniedException klasse met behulp van de opgegeven serialisatie-informatie en contextobjecten.
protected:
SecurityAccessDeniedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SecurityAccessDeniedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.Security.SecurityAccessDeniedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Security.SecurityAccessDeniedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
Informatie die relevant is voor het deserialisatieproces.
- context
- StreamingContext
De context van het deserialisatieproces.
Van toepassing op
SecurityAccessDeniedException(String, Exception)
Initialiseert een nieuw exemplaar van de SecurityAccessDeniedException klasse met behulp van het opgegeven bericht en de binnenste uitzondering.
public:
SecurityAccessDeniedException(System::String ^ message, Exception ^ innerException);
public SecurityAccessDeniedException(string message, Exception innerException);
new System.ServiceModel.Security.SecurityAccessDeniedException : string * Exception -> System.ServiceModel.Security.SecurityAccessDeniedException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
De beschrijving van de foutvoorwaarde.
- innerException
- Exception
De binnenste uitzondering die moet worden gebruikt.