InvalidCredentialException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
InvalidCredentialException クラスの新しいインスタンスを初期化します。
オーバーロード
InvalidCredentialException() |
メッセージを指定せずに、InvalidCredentialException クラスの新しいインスタンスを初期化します。 |
InvalidCredentialException(String) |
指定したメッセージを使用して、InvalidCredentialException クラスの新しいインスタンスを初期化します。 |
InvalidCredentialException(SerializationInfo, StreamingContext) |
古い.
SerializationInfo クラスと StreamingContext クラスの指定したインスタンスから、InvalidCredentialException クラスの新しいインスタンスを初期化します。 |
InvalidCredentialException(String, Exception) |
指定したメッセージと内部例外を使用して、InvalidCredentialException クラスの新しいインスタンスを初期化します。 |
InvalidCredentialException()
メッセージを指定せずに、InvalidCredentialException クラスの新しいインスタンスを初期化します。
public:
InvalidCredentialException();
public InvalidCredentialException ();
Public Sub New ()
注釈
このコンストラクターは何も行いません。
適用対象
InvalidCredentialException(String)
指定したメッセージを使用して、InvalidCredentialException クラスの新しいインスタンスを初期化します。
public:
InvalidCredentialException(System::String ^ message);
public InvalidCredentialException (string? message);
public InvalidCredentialException (string message);
new System.Security.Authentication.InvalidCredentialException : string -> System.Security.Authentication.InvalidCredentialException
Public Sub New (message As String)
パラメーター
注釈
このコンストラクターは、 パラメーターの Message テキストを使用して プロパティを message
初期化します。 InnerException プロパティが null
に設定されています。
こちらもご覧ください
適用対象
InvalidCredentialException(SerializationInfo, StreamingContext)
注意事項
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
SerializationInfo クラスと StreamingContext クラスの指定したインスタンスから、InvalidCredentialException クラスの新しいインスタンスを初期化します。
protected:
InvalidCredentialException(System::Runtime::Serialization::SerializationInfo ^ serializationInfo, System::Runtime::Serialization::StreamingContext streamingContext);
protected InvalidCredentialException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected InvalidCredentialException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext);
new System.Security.Authentication.InvalidCredentialException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Security.Authentication.InvalidCredentialException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Security.Authentication.InvalidCredentialException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Security.Authentication.InvalidCredentialException
Protected Sub New (serializationInfo As SerializationInfo, streamingContext As StreamingContext)
パラメーター
- serializationInfo
- SerializationInfo
新しい SerializationInfo インスタンスを逆シリアル化するために必要な情報を格納する InvalidCredentialException インスタンス。
- streamingContext
- StreamingContext
StreamingContext のインスタンス。
- 属性
こちらもご覧ください
適用対象
InvalidCredentialException(String, Exception)
指定したメッセージと内部例外を使用して、InvalidCredentialException クラスの新しいインスタンスを初期化します。
public:
InvalidCredentialException(System::String ^ message, Exception ^ innerException);
public InvalidCredentialException (string? message, Exception? innerException);
public InvalidCredentialException (string message, Exception innerException);
new System.Security.Authentication.InvalidCredentialException : string * Exception -> System.Security.Authentication.InvalidCredentialException
Public Sub New (message As String, innerException As Exception)
パラメーター
注釈
このコンストラクターは、 パラメーター内の Message テキストを使用して プロパティを message
初期化し、 パラメーター値を使用して InnerException プロパティを innerException
初期化します。
こちらもご覧ください
適用対象
.NET