mscorlib.dll, System.dll, およびSystem.Core.dllに含まれる各例外クラスのデフォルトの例外メッセージ一覧。

以下の表における各例外メッセージは、Thread.CurrentThread.CurrentUICultureに下記カルチャを設定したスレッドで例外クラスのインスタンスを作成し、そのMessageプロパティより取得しています。 実際にキャッチされる際のメッセージは例外がスローされた状況により異なる場合があります。

凡例
exception message
CurrentUICulture = CultureInfo.InvariantCultureでの例外メッセージ
exception message
CurrentUICulture = new CultureInfo("en")での例外メッセージ
例外メッセージ
CurrentUICulture = new CultureInfo("ja")での例外メッセージ

System

例外クラス メッセージ 言及しているページ
AccessViolationException Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
保護されているメモリに読み取りまたは書き込み操作を行おうとしました。他のメモリが壊れていることが考えられます。
-
AggregateException One or more errors occurred.
One or more errors occurred.
1 つ以上のエラーが発生しました。
-
AppDomainUnloadedException Attempted to access an unloaded AppDomain.
Attempted to access an unloaded AppDomain.
アンロードされた AppDomain にアクセスしようとしました。
-
ApplicationException Error in the application.
Error in the application.
アプリケーションでエラーが発生しました。
-
ArgumentException Value does not fall within the expected range.
Value does not fall within the expected range.
値が有効な範囲にありません。
配列/バイト列操作 §.BlockCopyメソッド
XML/XmlWriterSettings §.不正な文字の処理 (XmlWriterSettings.CheckCharacters)
XML/XMLの構築・出力 §.XML宣言 (XDeclaration)
XML/XMLの構築・出力 §.コメントノード (XComment)
XML/XMLの構築・出力 §.CDATAセクション (XCData)
Tips/メールの送信 §.ヘッダの長さと折り返し
Tips/画像フォーマットとエンコーダパラメータ・コーデック情報 §.品質(画質)の指定
構造体/構造体のサイズ §.Marshal.SizeOfメソッド
文字列/文字列と比較オプション・カルチャの並べ替え規則 §.CompareOptionsと部分文字列の探索・一致
プロパティ §.プロパティと例外
ロケール(カルチャ)/カルチャの基本・種類・カルチャ情報の取得 §.カルチャの作成・取得
ファイルシステム/パスの操作 §.パスやファイル名に使用できない文字の取得 (GetInvalidPathChars/GetInvalidFileNameChars)
日付と時刻/日時・文字列の変換と書式 §.NoCurrentDateDefault
型変換/基本型の型変換 §.基数を指定した変換 (Convert.ToXXX)
比較/大小関係の定義と比較 §.IComparable
目的に特化したコレクション/BitArrayクラス §.ビット列の配列へのコピー
コレクション/ジェネリックコレクション(3) SortedListとSortedDictionary §.存在しないキーを参照した場合・既にキーが存在する場合
コレクション/ジェネリックコレクション(2) Dictionary §.要素の追加
ArgumentNullException Value cannot be null.
Value cannot be null.
値を Null にすることはできません。
比較/大小関係の定義と比較 §.IComparable
Tips/文字化けが起きたときの動作(フォールバック)を変更する §.定義済みのフォールバック
プロパティ §.プロパティと例外
比較/比較演算子のオーバーロードとIComparable<T>インターフェイス
ArgumentOutOfRangeException Specified argument was out of the range of valid values.
Specified argument was out of the range of valid values.
Specified argument was out of the range of valid values.
コレクション/ジェネリックコレクション(1) List §.Listの要素数の拡張
Tips/PathGradientBrushがOutOfMemoryExceptionをスローする条件 §.libgdiplus(Mono)の場合
Tips/PathGradientBrushがOutOfMemoryExceptionをスローする条件 §.Graphics.FillPie/DrawPie
Tips/UNIX時間をDateTime型に変換する §..NET Framework 4.6以降
文字列/StringBuilderクラス §.バッファの最大容量 (MaxCapacity)
文字列/StringBuilderクラス §.バッファの容量 (Capacity, EnsureCapacity)
プロパティ §.プロパティと例外
日付と時刻/ISO週番号・週暦 §.ISO週暦での日付からDateTimeへの変換 (ToDateTime)
日付と時刻/日付・時刻の型と操作 §.日時の値の変更・加減算
日付と時刻/日付・時刻の型と操作 §.ToUnixTimeSeconds/FromUnixTimeSeconds
日付と時刻/日付・時刻の型と操作 §.ToFileTime/FromFileTime
日付と時刻/日付・時刻の型と操作 §.日時の加減算
目的に特化したコレクション/OrderedDictionaryクラス §.挿入 (Insert)
目的に特化したコレクション/BitArrayクラス §.任意の桁数のビット列
コレクション/ジェネリックコレクション(7) HashSetとSortedSet §.部分集合のSortedSetと元のSortedSetに対する変更
ArithmeticException Overflow or underflow in the arithmetic operation.
Overflow or underflow in the arithmetic operation.
算術演算でオーバーフローまたはアンダーフローが発生しました。
数学関数・特殊な数値型/数学関数 §.Signメソッドと無限大(±∞)と非数(NaN)の扱い
ArrayTypeMismatchException Attempted to access an element as a type incompatible with the array.
Attempted to access an element as a type incompatible with the array.
配列と互換性のない型の要素にアクセスしようとしました
配列/配列操作 §.異なる型の配列への複写
配列/バイト列操作 §.BlockCopyメソッド
BadImageFormatException Format of the executable (.exe) or library (.dll) is invalid.
Format of the executable (.exe) or library (.dll) is invalid.
実行可能ファイル (.exe) またはライブラリ (.dll) ファイルの形式が無効です。
-
CannotUnloadAppDomainException Attempt to unload the AppDomain failed.
Attempt to unload the AppDomain failed.
AppDomain のアンロードに失敗しました。
-
ContextMarshalException Attempted to marshal an object across a context boundary.
Attempted to marshal an object across a context boundary.
コンテキストの境界を越えてオブジェクトをマーシャリングしようとしました。
-
DataMisalignedException A datatype misalignment was detected in a load or store instruction.
A datatype misalignment was detected in a load or store instruction.
読み込みまたは格納命令で不適切なデータ型が検出されました。
-
DivideByZeroException Attempted to divide by zero.
Attempted to divide by zero.
0 で除算しようとしました。
基本的なデータ型/型の種類・サイズ・精度・値域 §.無限大・非数
DllNotFoundException Dll was not found.
Dll was not found.
DLL が見つかりませんでした。
-
DuplicateWaitObjectException Duplicate objects in argument.
Duplicate objects in argument.
Duplicate objects in argument.
-
EntryPointNotFoundException Entry point was not found.
Entry point was not found.
エントリ ポイントが見つかりませんでした。
-
Exception Exception of type 'System.Exception' was thrown.
Exception of type 'System.Exception' was thrown.
種類 'System.Exception' の例外がスローされました。
-
ExecutionEngineException Internal error in the runtime.
Internal error in the runtime.
ランタイムで内部エラーが発生しました。
-
FieldAccessException Attempted to access a field that is not accessible by the caller.
Attempted to access a field that is not accessible by the caller.
呼び出し元によってアクセスできないフィールドにアクセスしようとしました。
-
FormatException One of the identified items was in an invalid format.
One of the identified items was in an invalid format.
識別された項目のうち 1 つが無効な形式です。
ビット演算 §.基数を指定した文字列から数値への変換
ロケール(カルチャ)/カルチャによる動作の違いとインバリアントカルチャ §.カルチャごとの動作の違いによって生じる齟齬とインバリアントカルチャの使用
ファイルシステム/ファイル入出力 §.CSVを読み込む
日付と時刻/日時・文字列の変換と書式 §.カスタム書式
日付と時刻/日時・文字列の変換と書式 §.書式を指定した変換 (ParseExact・TryParseExact)
日付と時刻/日時・文字列の変換と書式 §.文字列からの変換
型変換/ユーザ定義の型変換 §.明示的な型変換(縮小変換)演算子のオーバーロード
型変換/基本型の型変換 §.Convertクラス
型変換/基本型の型変換 §.文字列からの変換 (Parse, TryParse)
IndexOutOfRangeException Index was outside the bounds of the array.
Index was outside the bounds of the array.
インデックスが配列の境界外です。
配列/配列の宣言・初期化・基本操作 §.要素の参照
プロパティ §.プロパティと例外
非ジェネリックコレクション/Hashtableクラス §.基本的な操作
InsufficientExecutionStackException Insufficient stack to continue executing the program safely. This can happen from having too many functions on the call stack or function on the stack using too much stack space.
Insufficient stack to continue executing the program safely. This can happen from having too many functions on the call stack or function on the stack using too much stack space.
プログラムの安全な実行を続けるのに十分なスタックがありません。呼び出し履歴に含まれる関数が多すぎるか、またはスタックの関数が使用しているスタック領域が大きすぎる可能性があります。
-
InsufficientMemoryException Insufficient memory to continue the execution of the program.
Insufficient memory to continue the execution of the program.
プログラムの実行を続行するための十分なメモリがありませんでした。
-
InvalidCastException Specified cast is not valid.
Specified cast is not valid.
指定されたキャストは有効ではありません。
非ジェネリックコレクション/ArrayListクラス §.配列への変換・コピー
型変換/ユーザ定義の型変換 §.明示的な型変換(縮小変換)演算子のオーバーロード
型変換/ユーザ定義の型変換 §.ToXXX
型変換/ユーザ定義の型変換 §.IConvertible
型変換/基本型の型変換 §.Convertクラス
非ジェネリックコレクション/Hashtableクラス §.配列へのコピー
InvalidOperationException Operation is not valid due to the current state of the object.
Operation is not valid due to the current state of the object.
オブジェクトの現在の状態に問題があるため、操作は有効ではありません。
コレクション/ジェネリックコレクション(1) List §.条件に合致する要素のインデックスの取得 (FindIndex・FindLastIndex)
XML/XMLの構築・出力 §.DOCTYPE宣言 (XDocumentType)
Tips/文字化けが起きたときの動作(フォールバック)を変更する §.EncoderFallbackプロパティ・DecoderFallbackプロパティ
標準入出力/子プロセスの標準入出力 §.イベントハンドラを使った標準出力の非同期読み込み
ソート/ジャグ配列・多次元配列のソート §.ジャグ配列のソート
ソート/基本型のソートと昇順・降順でのソート §.KeyValuePairのリストに変換してソートする
ソート/基本型のソートと昇順・降順でのソート §.Listのソート (List.Sort)
ソート/基本型のソートと昇順・降順でのソート §.配列のソート (Array.Sort)
リフレクション §.ジェネリック型のメソッド・ジェネリックメソッド
プロパティ §.プロパティと例外
プロセス §.子プロセスのコマンドライン引数
ヌル許容型 §.値の参照・ヌル非許容型への変換
列挙操作と列挙子/列挙操作中のコレクションの変更 §.列挙中にInvalidOperationExceptionがスローされる例
列挙操作と列挙子/列挙操作中のコレクションの変更
比較/大小関係の定義と比較 §.ソートできない型
非ジェネリックコレクション/Stackクラス §.基本的な操作
非ジェネリックコレクション/Queueクラス §.基本的な操作
コレクション/汎用ジェネリックコレクション(2) ObservableCollection/ReadOnlyObservableCollection §.ObservableCollection
コレクション/ジェネリックコレクション(6) Queue §.デキュー操作の試行 (TryDequeue)
コレクション/ジェネリックコレクション(6) Queue §.ピーク操作 (Peek)
コレクション/ジェネリックコレクション(6) Queue §.空のQueueに対するDequeue
コレクション/ジェネリックコレクション(5) Stack §.ポップ操作の試行 (TryPop)
コレクション/ジェネリックコレクション(5) Stack §.空のStackに対するPop
コレクション/ジェネリックコレクション(5) Stack §.ピーク操作 (Peek)
コレクション/ジェネリックコレクション(4) LinkedList §.ノードの追加
コレクション/ジェネリックコレクション(2) Dictionary §.列挙中の要素の追加・削除
コレクション/ジェネリックコレクション(1) List §.列挙操作中の要素の削除
コレクション/ジェネリックコレクション(1) List §.列挙操作中の要素の追加
コレクション/ジェネリックコレクション(1) List §.ForEachメソッドによる列挙操作
InvalidProgramException Common Language Runtime detected an invalid program.
Common Language Runtime detected an invalid program.
共通言語ランタイムが無効なプログラムを検出しました。
-
InvalidTimeZoneException Exception of type 'System.InvalidTimeZoneException' was thrown.
Exception of type 'System.InvalidTimeZoneException' was thrown.
種類 'System.InvalidTimeZoneException' の例外がスローされました。
-
MemberAccessException Cannot access member.
Cannot access member.
メンバーにアクセスできません。
-
MethodAccessException Attempt to access the method failed.
Attempt to access the method failed.
メソッドへアクセスに失敗しました。
-
MissingFieldException Attempted to access a non-existing field.
Attempted to access a non-existing field.
存在しないフィールドにアクセスしようとしました。
-
MissingMemberException Attempted to access a missing member.
Attempted to access a missing member.
見つからないメンバーにアクセスしようとしました。
-
MissingMethodException Attempted to access a missing method.
Attempted to access a missing method.
見つからないメソッドにアクセスしようとしました。
クラスライブラリ/System.Threading.WaitHandle §..NET Frameworkのバージョンとサポートされるメソッド
リフレクション §.ジェネリック型のメソッド・ジェネリックメソッド
MulticastNotSupportedException Attempted to add multiple callbacks to a delegate that does not support multicast.
Attempted to add multiple callbacks to a delegate that does not support multicast.
マルチキャストをサポートしないデリゲートに複数のコールバックを追加しようとしました。
-
NotFiniteNumberException Number encountered was not a finite quantity.
Number encountered was not a finite quantity.
見つかった数字は有限な数ではありません。
-
NotImplementedException The method or operation is not implemented.
The method or operation is not implemented.
メソッドまたは操作は実装されていません。
機能の廃止・非推奨化 §.バージョン3.0 (APIの廃止)
正規表現/正規表現のキャッシュとコンパイル §..NET Framework以外の実装での正規表現のプリコンパイル
プロパティ §.プロパティと例外
NotSupportedException Specified method is not supported.
Specified method is not supported.
指定されたメソッドはサポートされていません。
配列/配列の宣言・初期化・基本操作 §.配列のインターフェイス
Tips/BinaryReader・BinaryWriterでの構造体の読み書き §.BinaryFormatterによるシリアライズ・デシリアライズ
文字列と書式/書式の定義と実装 §.書式プロバイダとスレッドのカルチャ
ストリーム/UnmanagedMemoryStreamクラス §.UnmanagedMemoryStreamクラス
ストリーム/MemoryStreamクラス §.インスタンスの作成
ストリーム/FileStreamクラス §.FileAccess
ストリーム/ストリームの基本とStreamクラス §.現在位置と長さ (Position, Length)
ストリーム/ストリームの基本とStreamクラス §.終端のチェック
ストリーム/ストリームの基本とStreamクラス §.ケーパビリティ (CanRead, CanWrite, CanSeek)
ストリーム/ストリームの基本とStreamクラス §.ストリームの長さの設定 (SetLength)
ストリーム/ストリームの基本とStreamクラス §.シーク (Seek)
シリアライズ/BinaryFormatter・SoapFormatter
シリアライズ/シリアライズの基本
正規表現/正規表現の構造化および処理(マッチ・グループ・キャプチャ) §.Match.Resultメソッド
プロパティ §.プロパティと例外
機能の廃止・非推奨化 §.バージョン3.0 (APIの廃止)
ロケール(カルチャ)/カルチャの基本・種類・カルチャ情報の取得 §.CurrentCultureプロパティへのニュートラルカルチャの設定
列挙操作と列挙子/IEnumerable・IEnumerator §.IEnumerableとIEnumerator
コレクション/その他のコレクション・未整理事項 §.読み取り専用・固定サイズのIList
コレクション/汎用ジェネリックコレクション(1) Collection/ReadOnlyCollection §.ReadOnlyCollection
コレクション/ジェネリックコレクション(1) List §.読み取り専用 (AsReadOnly)
オブジェクトの複製 §.シリアライズによる複製
配列/配列操作 §.読み取り専用化 (AsReadOnly)
NullReferenceException Object reference not set to an instance of an object.
Object reference not set to an instance of an object.
オブジェクト参照がオブジェクト インスタンスに設定されていません。
ヌル許容型 §.HasValueプロパティによるテスト
構造体/構造体と配列フィールド §.配列フィールドと初期化
ヌル許容型 §.値の参照・ヌル非許容型への変換
ObjectDisposedException - オブジェクトの破棄 §.解放されたリソースへのアクセス拒否 (ObjectDisposedException)
オブジェクトの破棄 §.解放されたリソースへのアクセス拒否 (ObjectDisposedException)
ストリーム/BinaryReaderクラス・BinaryWriterクラス §.ベースとなるストリームのクローズ
ストリーム/ストリームの基本とStreamクラス §.クローズ (Close, Dispose)
標準入出力/子プロセスの標準入出力 §.標準ストリームでのバイナリデータの読み書き
プロパティ §.プロパティと例外
OperationCanceledException The operation was canceled.
The operation was canceled.
操作はキャンセルされました。
-
OutOfMemoryException Insufficient memory to continue the execution of the program.
Insufficient memory to continue the execution of the program.
プログラムの実行を続行するための十分なメモリがありませんでした。
Tips/PathGradientBrushがOutOfMemoryExceptionをスローする条件
OverflowException Arithmetic operation resulted in an overflow.
Arithmetic operation resulted in an overflow.
算術演算の結果オーバーフローが発生しました。
基本的なデータ型/整数型のオーバーフローとチェック §./checkedコンパイルオプション
Tips/数の桁数を求める §.Math.Log10
プロジェクトファイル §.整数演算でのオーバーフロー・アンダーフローの例外化 (<CheckForOverflowUnderflow>, <RemoveIntegerChecks>)
数学関数・特殊な数値型/多倍長整数型 §.数値型との相互変換
数学関数・特殊な数値型/数学関数 §.Absメソッドと整数最小値のオーバーフロー
日付と時刻/日付・時刻の型と操作 §.ToOADate/FromOADate
型変換/ユーザ定義の型変換 §.明示的な型変換(縮小変換)演算子のオーバーロード
型変換/基本型の型変換 §.Convertクラス
型変換/基本型の型変換 §.オーバーフローのチェック
型変換/基本型の型変換 §.文字列からの変換 (Parse, TryParse)
ビット演算 §.基数を指定した文字列から数値への変換
PlatformNotSupportedException Operation is not supported on this platform.
Operation is not supported on this platform.
操作は、このプラットフォームではサポートされていません。
-
RankException Attempted to operate on an array with the incorrect number of dimensions.
Attempted to operate on an array with the incorrect number of dimensions.
間違った次元数で配列を操作しようとしました。
配列/配列操作 §.要素の位置の検索 (IndexOf, LastIndexOf, BinarySearch)
ソート/ジャグ配列・多次元配列のソート §.多次元配列のソート
配列/配列操作 §.リバース (Reverse)
StackOverflowException Operation caused a stack overflow.
Operation caused a stack overflow.
この操作によってスタック オーバーフローが発生しました。
-
SystemException System error.
System error.
システム エラーです。
-
TimeoutException The operation has timed out.
The operation has timed out.
操作がタイムアウトしました。
-
TimeZoneNotFoundException Exception of type 'System.TimeZoneNotFoundException' was thrown.
Exception of type 'System.TimeZoneNotFoundException' was thrown.
種類 'System.TimeZoneNotFoundException' の例外がスローされました。
日付と時刻/時刻の種類・UTCとの時差・タイムゾーン間の変換 §.タイムゾーンとその情報の取得
TypeAccessException Attempt to access the type failed.
Attempt to access the type failed.
型にアクセスできませんでした。
-
TypeInitializationException - -
TypeLoadException Failure has occurred while loading a type.
Failure has occurred while loading a type.
タイプの読み込み中にエラーが発生しました。
-
TypeUnloadedException Type had been unloaded.
Type had been unloaded.
型がアンロードされました。
-
UnauthorizedAccessException Attempted to perform an unauthorized operation.
Attempted to perform an unauthorized operation.
許可されていない操作を実行しようとしました。
ストリーム/FileStreamクラス §.FileAccess
ストリーム/MemoryStreamクラス §.GetBufferメソッド
UriFormatException One of the identified items was in an invalid format.
One of the identified items was in an invalid format.
識別された項目のうち 1 つが無効な形式です。
-

System.Collections.Generic

例外クラス メッセージ 言及しているページ
KeyNotFoundException The given key was not present in the dictionary.
The given key was not present in the dictionary.
指定されたキーはディレクトリ内に存在しませんでした。
コレクション/ジェネリックコレクション(2) Dictionary §.キーの有無チェックと値の取得 (TryGetValue)
コレクション/ジェネリックコレクション(3) SortedListとSortedDictionary §.存在しないキーを参照した場合・既にキーが存在する場合
コレクション/ジェネリックコレクション(2) Dictionary §.Dictionaryの作成・要素の取得と設定

System.ComponentModel

例外クラス メッセージ 言及しているページ
InvalidAsynchronousStateException Exception of type 'System.ComponentModel.InvalidAsynchronousStateException' was thrown.
Exception of type 'System.ComponentModel.InvalidAsynchronousStateException' was thrown.
種類 'System.ComponentModel.InvalidAsynchronousStateException' の例外がスローされました。
-
InvalidEnumArgumentException Exception of type 'System.ComponentModel.InvalidEnumArgumentException' was thrown.
Exception of type 'System.ComponentModel.InvalidEnumArgumentException' was thrown.
種類 'System.ComponentModel.InvalidEnumArgumentException' の例外がスローされました。
プロパティ §.プロパティと例外
LicenseException - -
WarningException Exception of type 'System.ComponentModel.WarningException' was thrown.
Exception of type 'System.ComponentModel.WarningException' was thrown.
種類 'System.ComponentModel.WarningException' の例外がスローされました。
-
Win32Exception この操作を正しく終了しました。
この操作を正しく終了しました。
この操作を正しく終了しました。
-

System.ComponentModel.Design

例外クラス メッセージ 言及しているページ
CheckoutException External component has thrown an exception.
External component has thrown an exception.
外部コンポーネントが例外をスローしました。
-

System.Configuration

例外クラス メッセージ 言及しているページ
ConfigurationException Exception of type 'System.Configuration.ConfigurationException' was thrown.
Exception of type 'System.Configuration.ConfigurationException' was thrown.
種類 'System.Configuration.ConfigurationException' の例外がスローされました。
-
SettingsPropertyIsReadOnlyException Exception of type 'System.Configuration.SettingsPropertyIsReadOnlyException' was thrown.
Exception of type 'System.Configuration.SettingsPropertyIsReadOnlyException' was thrown.
種類 'System.Configuration.SettingsPropertyIsReadOnlyException' の例外がスローされました。
-
SettingsPropertyNotFoundException Exception of type 'System.Configuration.SettingsPropertyNotFoundException' was thrown.
Exception of type 'System.Configuration.SettingsPropertyNotFoundException' was thrown.
種類 'System.Configuration.SettingsPropertyNotFoundException' の例外がスローされました。
-
SettingsPropertyWrongTypeException Exception of type 'System.Configuration.SettingsPropertyWrongTypeException' was thrown.
Exception of type 'System.Configuration.SettingsPropertyWrongTypeException' was thrown.
種類 'System.Configuration.SettingsPropertyWrongTypeException' の例外がスローされました。
-

System.Diagnostics.Contracts

例外クラス メッセージ 言及しているページ
ContractException Exception of type 'System.Diagnostics.Contracts.ContractException' was thrown.
Exception of type 'System.Diagnostics.Contracts.ContractException' was thrown.
種類 'System.Diagnostics.Contracts.ContractException' の例外がスローされました。
-

System.Diagnostics.Eventing.Reader

例外クラス メッセージ 言及しているページ
EventLogException この操作を正しく終了しました。
この操作を正しく終了しました。
この操作を正しく終了しました。
-
EventLogInvalidDataException この操作を正しく終了しました。
この操作を正しく終了しました。
この操作を正しく終了しました。
-
EventLogNotFoundException この操作を正しく終了しました。
この操作を正しく終了しました。
この操作を正しく終了しました。
-
EventLogProviderDisabledException この操作を正しく終了しました。
この操作を正しく終了しました。
この操作を正しく終了しました。
-
EventLogReadingException この操作を正しく終了しました。
この操作を正しく終了しました。
この操作を正しく終了しました。
-

System.Globalization

例外クラス メッセージ 言及しているページ
CultureNotFoundException Culture is not supported.
Culture is not supported.
カルチャはサポートされていません。
ロケール(カルチャ)/カルチャの基本・種類・カルチャ情報の取得 §.カルチャの作成・取得

System.IO

例外クラス メッセージ 言及しているページ
DirectoryNotFoundException Attempted to access a path that is not on the disk.
Attempted to access a path that is not on the disk.
ディスク上に存在しないパスにアクセスしようとしました。
環境情報の取得/プロセス・アセンブリの情報 §.カレントディレクトリ
ファイルシステム/ファイル・ディレクトリの操作 §.移動・リネーム (File.Move)
ファイルシステム/ファイル・ディレクトリの操作 §.ファイルのコピー (File.Copy)
ファイルシステム/ファイル・ディレクトリの操作 §.ディレクトリの走査・ファイルの検索
DriveNotFoundException Attempted to access a drive that is not available.
Attempted to access a drive that is not available.
利用できないドライブにアクセスしようとしました。
-
EndOfStreamException Attempted to read past the end of the stream.
Attempted to read past the end of the stream.
ストリームの末尾を越えて読み取ろうとしました。
ストリーム/ストリームの基本とStreamクラス §.終端のチェック
ストリーム/BinaryReaderクラス・BinaryWriterクラス §.基本型の読み込み (ReadInt32, etc)
ストリーム/BinaryReaderクラス・BinaryWriterクラス §.文字単位での読み込み・先読み (Read, PeekChar)
ストリーム/BinaryReaderクラス・BinaryWriterクラス §.バイト配列の読み込み (ReadBytes, Read)
FileLoadException Could not load the specified file.
Could not load the specified file.
指定されたファイルを読み込めませんでした。
-
FileNotFoundException Unable to find the specified file.
Unable to find the specified file.
指定されたファイルが見つかりません。
配列/配列の宣言・初期化・基本操作 §.ヌル参照と空の配列・戻り値や初期値としての空の配列
ストリーム/FileStreamクラス §.FileMode
リソースの埋め込みと読み込み §.リソースの取得と読み込み (Assembly.GetManifestResourceStream)
InternalBufferOverflowException System error.
System error.
システム エラーです。
-
InvalidDataException Found invalid data while decoding.
Found invalid data while decoding.
デコード中に無効なデータが見つかりました。
配列/配列の宣言・初期化・基本操作 §.ヌル参照と空の配列・戻り値や初期値としての空の配列
IOException I/O error occurred.
I/O error occurred.
I/O エラーが発生しました。
クラスライブラリ/System.IO.Compression.ZipArchive §.ZIPアーカイブの作成
ストリーム/FileStreamクラス §.FileMode
ファイルシステム/ファイル・ディレクトリの操作 §.移動・リネーム (File.Move)
ファイルシステム/ファイル・ディレクトリの操作 §.削除 (File.Delete)
ファイルシステム/ファイル・ディレクトリの操作 §.ファイルのコピー (File.Copy)
ファイルシステム/ファイル・ディレクトリの操作 §.DriveInfoクラス
ファイルシステム/ファイル・ディレクトリの操作 §.削除 (Directory.Delete)
PathTooLongException The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
指定されたパス、ファイル名、またはその両方が長すぎます。完全限定型名は 260 文字未満で指定し、ディレクトリ名は 248 未満で指定してください。
-

System.IO.IsolatedStorage

例外クラス メッセージ 言及しているページ
IsolatedStorageException An error occurred while accessing IsolatedStorage.
An error occurred while accessing IsolatedStorage.
IsolatedStorage へアクセス中にエラーが発生しました。
-

System.Linq

例外クラス メッセージ 言及しているページ
SystemCore_EnumerableDebugViewEmptyException Exception of type 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' was thrown.
Exception of type 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' was thrown.
種類 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' の例外がスローされました。
-

System.Management.Instrumentation

例外クラス メッセージ 言及しているページ
InstanceNotFoundException Exception of type 'System.Management.Instrumentation.InstanceNotFoundException' was thrown.
Exception of type 'System.Management.Instrumentation.InstanceNotFoundException' was thrown.
種類 'System.Management.Instrumentation.InstanceNotFoundException' の例外がスローされました。
-
InstrumentationBaseException Exception of type 'System.Management.Instrumentation.InstrumentationBaseException' was thrown.
Exception of type 'System.Management.Instrumentation.InstrumentationBaseException' was thrown.
種類 'System.Management.Instrumentation.InstrumentationBaseException' の例外がスローされました。
-
InstrumentationException Exception of type 'System.Management.Instrumentation.InstrumentationException' was thrown.
Exception of type 'System.Management.Instrumentation.InstrumentationException' was thrown.
種類 'System.Management.Instrumentation.InstrumentationException' の例外がスローされました。
-

System.Net

例外クラス メッセージ 言及しているページ
CookieException One of the identified items was in an invalid format.
One of the identified items was in an invalid format.
識別された項目のうち 1 つが無効な形式です。
-
HttpListenerException この操作を正しく終了しました。
この操作を正しく終了しました。
この操作を正しく終了しました。
-
InternalException - -
ProtocolViolationException Operation is not valid due to the current state of the object.
Operation is not valid due to the current state of the object.
オブジェクトの現在の状態に問題があるため、操作は有効ではありません。
-
WebException Operation is not valid due to the current state of the object.
Operation is not valid due to the current state of the object.
オブジェクトの現在の状態に問題があるため、操作は有効ではありません。
-

System.Net.Mail

例外クラス メッセージ 言及しているページ
SmtpException Syntax error, command unrecognized.
Syntax error, command unrecognized.
構文エラーです。コマンドが認識できません。
Tips/メールの送信 §.サーバー証明書の検証
SmtpFailedRecipientException Syntax error, command unrecognized.
Syntax error, command unrecognized.
構文エラーです。コマンドが認識できません。
-
SmtpFailedRecipientsException Syntax error, command unrecognized.
Syntax error, command unrecognized.
構文エラーです。コマンドが認識できません。
-

System.Net.NetworkInformation

例外クラス メッセージ 言及しているページ
NetworkInformationException この操作を正しく終了しました。
この操作を正しく終了しました。
この操作を正しく終了しました。
-
PingException - クラスライブラリ/System.Net.NetworkInformation.Ping
クラスライブラリ/System.Net.NetworkInformation.Ping §.ホスト名またはIPアドレスを指定した送信

System.Net.Sockets

例外クラス メッセージ 言及しているページ
SocketException この操作を正しく終了しました。
この操作を正しく終了しました。
この操作を正しく終了しました。
-

System.Reflection

例外クラス メッセージ 言及しているページ
AmbiguousMatchException Ambiguous match found.
Ambiguous match found.
あいまいな一致が見つかりました。
リフレクション §.引数リストを指定した取得
CustomAttributeFormatException Binary format of the specified custom attribute was invalid.
Binary format of the specified custom attribute was invalid.
指定されたカスタム属性のバイナリ形式は無効です。
-
InvalidFilterCriteriaException Specified filter criteria was invalid.
Specified filter criteria was invalid.
指定されたフィルター条件は無効です。
-
MetadataException - -
ReflectionTypeLoadException - -
TargetException Error in the application.
Error in the application.
アプリケーションでエラーが発生しました。
-
TargetInvocationException - リフレクション §.TargetInvocationException
リフレクション §.TargetInvocationException
TargetParameterCountException Number of parameters specified does not match the expected number.
Number of parameters specified does not match the expected number.
指定されたパラメーターの数が期待された数と一致しませんでした。
-

System.Resources

例外クラス メッセージ 言及しているページ
MissingManifestResourceException Unable to find manifest resource.
Unable to find manifest resource.
マニフェスト リソースが見つかりません。
-
MissingSatelliteAssemblyException Resource lookup fell back to the ultimate fallback resources in a satellite assembly, but that satellite either was not found or could not be loaded. Please consider reinstalling or repairing the application.
Resource lookup fell back to the ultimate fallback resources in a satellite assembly, but that satellite either was not found or could not be loaded. Please consider reinstalling or repairing the application.
リソース ルックアップは最終リソース フォールバックに戻りましたが、サテライトが見つからなかったか、またはサテライト読み込むことができませんでした。アプリケーションの再インストールまたは修復を検討してください。
-

System.Runtime.CompilerServices

例外クラス メッセージ 言及しているページ
RuntimeWrappedException - クラスライブラリの作成/言語間の相互運用性と共通言語仕様 (CLS) §.共通言語仕様

System.Runtime.InteropServices

例外クラス メッセージ 言及しているページ
COMException Error HRESULT E_FAIL has been returned from a call to a COM component.
Error HRESULT E_FAIL has been returned from a call to a COM component.
エラー HRESULT E_FAIL が COM コンポーネントの呼び出しから返されました。
-
ExternalException External component has thrown an exception.
External component has thrown an exception.
外部コンポーネントが例外をスローしました。
-
InvalidComObjectException Attempt has been made to use a COM object that does not have a backing class factory.
Attempt has been made to use a COM object that does not have a backing class factory.
バッキング クラス ファクトリを持たない COM オブジェクトを使用しようとしました。
-
InvalidOleVariantTypeException Specified OLE variant was invalid.
Specified OLE variant was invalid.
指定された OLE バリアント型は無効です。
-
MarshalDirectiveException Marshaling directives are invalid.
Marshaling directives are invalid.
マーシャリング ディレクティブが無効です。
-
SafeArrayRankMismatchException Specified array was not of the expected rank.
Specified array was not of the expected rank.
指定された配列は期待されたランクではありません。
-
SafeArrayTypeMismatchException Specified array was not of the expected type.
Specified array was not of the expected type.
指定された配列は期待されたタイプではありません。
-
SEHException External component has thrown an exception.
External component has thrown an exception.
外部コンポーネントが例外をスローしました。
-

System.Runtime.Remoting

例外クラス メッセージ 言及しているページ
RemotingException Unknown remoting error.
Unknown remoting error.
Unknown remoting error.
-
RemotingTimeoutException Unknown remoting error.
Unknown remoting error.
Unknown remoting error.
-
ServerException Unknown remoting error.
Unknown remoting error.
Unknown remoting error.
-

System.Runtime.Serialization

例外クラス メッセージ 言及しているページ
SerializationException Serialization error.
Serialization error.
Serialization error.
シリアライズ/シリアライズの基本 §.配列・コレクションのシリアライズ
シリアライズ/BinaryFormatter・SoapFormatter §.追加されたフィールドの無視 (OptionalFieldAttribute)
シリアライズ/シリアライズの基本 §.クラスの継承とシリアライズ

System.Security

例外クラス メッセージ 言及しているページ
HostProtectionException System error.
System error.
システム エラーです。
-
SecurityException Security error.
Security error.
セキュリティ エラーです。
-
VerificationException Operation could destabilize the runtime.
Operation could destabilize the runtime.
操作はランタイムを不安定にする可能性があります。
-
XmlSyntaxException Invalid syntax.
Invalid syntax.
無効な構文です。
-

System.Security.AccessControl

例外クラス メッセージ 言及しているページ
PrivilegeNotHeldException The process does not possess some privilege required for this operation.
The process does not possess some privilege required for this operation.
プロセスにはこの操作に必要な特権が与えられていません。
-

System.Security.Authentication

例外クラス メッセージ 言及しているページ
AuthenticationException System error.
System error.
システム エラーです。
-
InvalidCredentialException System error.
System error.
システム エラーです。
-

System.Security.Cryptography

例外クラス メッセージ 言及しているページ
CryptographicException Error occurred during a cryptographic operation.
Error occurred during a cryptographic operation.
暗号化操作を実行中にエラーが発生しました。
-
CryptographicUnexpectedOperationException Error occurred during a cryptographic operation.
Error occurred during a cryptographic operation.
暗号化操作を実行中にエラーが発生しました。
-

System.Security.Policy

例外クラス メッセージ 言及しているページ
PolicyException Error occurred while performing a policy operation.
Error occurred while performing a policy operation.
ポリシー操作を実行中にエラーが発生しました。
-

System.Security.Principal

例外クラス メッセージ 言及しているページ
IdentityNotMappedException Some or all identity references could not be translated.
Some or all identity references could not be translated.
ID 参照の一部またはすべてを変換できませんでした。
-

System.Text

例外クラス メッセージ 言及しているページ
DecoderFallbackException Value does not fall within the expected range.
Value does not fall within the expected range.
値が有効な範囲にありません。
Tips/文字化けが起きたときの動作(フォールバック)を変更する §.例外のスロー (EncoderExceptionFallback/DecoderExceptionFallback)
EncoderFallbackException Value does not fall within the expected range.
Value does not fall within the expected range.
値が有効な範囲にありません。
Tips/文字化けが起きたときの動作(フォールバック)を変更する §.例外のスロー (EncoderExceptionFallback/DecoderExceptionFallback)
Tips/文字化けが起きたときの動作(フォールバック)を変更する §.独自のフォールバックの定義

System.Threading

例外クラス メッセージ 言及しているページ
AbandonedMutexException The wait completed due to an abandoned mutex.
The wait completed due to an abandoned mutex.
放棄されたミューテックスのため、待機は完了しました。
クラスライブラリ/System.Threading.Mutex §..NET FrameworkにおけるMutex
BarrierPostPhaseException The postPhaseAction failed with an exception.
The postPhaseAction failed with an exception.
postPhaseAction は例外により失敗しました。
-
LockRecursionException Exception of type 'System.Threading.LockRecursionException' was thrown.
Exception of type 'System.Threading.LockRecursionException' was thrown.
種類 'System.Threading.LockRecursionException' の例外がスローされました。
-
SemaphoreFullException Adding the specified count to the semaphore would cause it to exceed its maximum count.
Adding the specified count to the semaphore would cause it to exceed its maximum count.
指定されたカウントをセマフォに追加すると、カウントの最大値を超えます。
-
SynchronizationLockException Object synchronization method was called from an unsynchronized block of code.
Object synchronization method was called from an unsynchronized block of code.
オブジェクト同期メソッドは、コードの非同期ブロックから呼び出されました。
-
ThreadAbortException - -
ThreadInterruptedException Thread was interrupted from a waiting state.
Thread was interrupted from a waiting state.
入力アセンブリ '{0}' またはその依存関係の 1 つが見つかりません。
-
ThreadStartException - -
ThreadStateException Thread was in an invalid state for the operation being executed.
Thread was in an invalid state for the operation being executed.
実行中の動作に対して、スレッドの状態が無効です。
-
WaitHandleCannotBeOpenedException No handle of the given name exists.
No handle of the given name exists.
指定された名前のハンドルは存在しません。
-

System.Threading.Tasks

例外クラス メッセージ 言及しているページ
TaskCanceledException A task was canceled.
A task was canceled.
タスクが取り消されました。
-
TaskSchedulerException An exception was thrown by a TaskScheduler.
An exception was thrown by a TaskScheduler.
TaskScheduler によって例外がスローされました。
-