RuleStoreAlternateCredentialsNotAllowedException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros
- info
- SerializationInfo
- context
- StreamingContext
Aplica-se a
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)
Parâmetros
- message
- String
- user
- WindowsIdentity
Aplica-se a
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)
Parâmetros
- message
- String
- user
- WindowsIdentity
- ex
- Exception