InvalidCredentialException コンストラクタ (String)
アセンブリ: System (system.dll 内)


このコンストラクタは、message パラメータ内のテキストを使用して Message プロパティを初期化します。InnerException プロパティが null 参照 (Visual Basic では Nothing) に設定されています。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


InvalidCredentialException コンストラクタ (SerializationInfo, StreamingContext)
アセンブリ: System (system.dll 内)

Protected Sub New ( _ serializationInfo As SerializationInfo, _ streamingContext As StreamingContext _ )
Dim serializationInfo As SerializationInfo Dim streamingContext As StreamingContext Dim instance As New InvalidCredentialException(serializationInfo, streamingContext)
protected InvalidCredentialException (
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
protected:
InvalidCredentialException (
SerializationInfo^ serializationInfo,
StreamingContext streamingContext
)
protected InvalidCredentialException (
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
protected function InvalidCredentialException ( serializationInfo : SerializationInfo, streamingContext : StreamingContext )
- serializationInfo
新しい InvalidCredentialException インスタンスを逆シリアル化するために必要な情報を格納する SerializationInfo インスタンス。
- streamingContext
StreamingContext のインスタンス。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


InvalidCredentialException コンストラクタ (String, Exception)
アセンブリ: System (system.dll 内)

Dim message As String Dim innerException As Exception Dim instance As New InvalidCredentialException(message, innerException)

このコンストラクタは、message パラメータ内のテキストを使用して Message プロパティを初期化し、innerException パラメータの値を使用して InnerException プロパティを初期化します。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


InvalidCredentialException コンストラクタ

名前 | 説明 |
---|---|
InvalidCredentialException () | メッセージを指定せずに、InvalidCredentialException クラスの新しいインスタンスを初期化します。 |
InvalidCredentialException (String) | 指定したメッセージを使用して、InvalidCredentialException クラスの新しいインスタンスを初期化します。 |
InvalidCredentialException (SerializationInfo, StreamingContext) | SerializationInfo クラスと StreamingContext クラスの指定したインスタンスから、InvalidCredentialException クラスの新しいインスタンスを初期化します。 |
InvalidCredentialException (String, Exception) | 指定したメッセージと内部例外を使用して、InvalidCredentialException クラスの新しいインスタンスを初期化します。 |

InvalidCredentialException コンストラクタ ()
アセンブリ: System (system.dll 内)



Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- InvalidCredentialException コンストラクタのページへのリンク