RuleStoreAlternateCredentialsNotAllowedException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RuleStoreAlternateCredentialsNotAllowedException(SerializationInfo, StreamingContext)
protected:
RuleStoreAlternateCredentialsNotAllowedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleStoreAlternateCredentialsNotAllowedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleStoreAlternateCredentialsNotAllowedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleStoreAlternateCredentialsNotAllowedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
- context
- StreamingContext
Dotyczy
RuleStoreAlternateCredentialsNotAllowedException(String, WindowsIdentity)
public:
RuleStoreAlternateCredentialsNotAllowedException(System::String ^ message, System::Security::Principal::WindowsIdentity ^ user);
public RuleStoreAlternateCredentialsNotAllowedException (string message, System.Security.Principal.WindowsIdentity user);
new Microsoft.RuleEngine.RuleStoreAlternateCredentialsNotAllowedException : string * System.Security.Principal.WindowsIdentity -> Microsoft.RuleEngine.RuleStoreAlternateCredentialsNotAllowedException
Public Sub New (message As String, user As WindowsIdentity)
Parametry
- message
- String
- user
- WindowsIdentity
Dotyczy
RuleStoreAlternateCredentialsNotAllowedException(String, WindowsIdentity, Exception)
public:
RuleStoreAlternateCredentialsNotAllowedException(System::String ^ message, System::Security::Principal::WindowsIdentity ^ user, Exception ^ ex);
public RuleStoreAlternateCredentialsNotAllowedException (string message, System.Security.Principal.WindowsIdentity user, Exception ex);
new Microsoft.RuleEngine.RuleStoreAlternateCredentialsNotAllowedException : string * System.Security.Principal.WindowsIdentity * Exception -> Microsoft.RuleEngine.RuleStoreAlternateCredentialsNotAllowedException
Public Sub New (message As String, user As WindowsIdentity, ex As Exception)
Parametry
- message
- String
- user
- WindowsIdentity
- ex
- Exception