RuleStoreAlternateCredentialsNotAllowedException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- info
- SerializationInfo
- context
- StreamingContext
適用於
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)
參數
- message
- String
- user
- WindowsIdentity
適用於
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)
參數
- message
- String
- user
- WindowsIdentity
- ex
- Exception