Share via


RuleStoreAlternateCredentialsNotAllowedException Constructors

Definition

Overloads

RuleStoreAlternateCredentialsNotAllowedException(SerializationInfo, StreamingContext)
RuleStoreAlternateCredentialsNotAllowedException(String, WindowsIdentity)
RuleStoreAlternateCredentialsNotAllowedException(String, WindowsIdentity, Exception)

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

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

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

Applies to