RuleStoreAlternateCredentialsNotAllowedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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)
Parameters
- message
- String
- user
- WindowsIdentity
Applies to
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)
Parameters
- message
- String
- user
- WindowsIdentity
- ex
- Exception