programming/netfx/exceptions/9_3_netfx4_messages/index.wiki.txt

current previous
4,809 4,722
 

        

        
 
#navi(..)
#navi(..)
 

        

        
~
#style{{
mscorlib.dllおよびSystem.dll, System.Core.dllに含まれる例外クラスのデフォルトの例外メッセージ一覧。
+
.exception-message-invariant:before {
+
  content: "[invariant] ";
+
  color: #222;
+
  font-weight: normal;
+
}
+

         
+
.exception-message-en:before {
+
  content: "[en] ";
+
  color: #22b;
+
  font-weight: normal;
+
}
+

         
+
.exception-message-ja:before {
+
  content: "[ja] ";
+
  color: #b22;
+
  font-weight: normal;
+
}
+
}}
+

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

         
+
以下の表における各例外メッセージは、&msdn(netfx,member,System.Threading.Thread.CurrentUICulture){Thread.CurrentThread.CurrentUICulture};に下記カルチャを設定したスレッドで例外クラスのインスタンスを作成し、そのMessageプロパティより取得しています。 実際にキャッチされる際のメッセージは例外がスローされた状況により異なる場合があります。
+
:凡例|
+
::&span(class=exception-message-invariant){&var{exception message};};|``CurrentUICulture = CultureInfo.InvariantCulture``での例外メッセージ
+
::&span(class=exception-message-en){&var{exception message};};|``CurrentUICulture = new CultureInfo("en")``での例外メッセージ
+
::&span(class=exception-message-ja){&var{例外メッセージ};};|``CurrentUICulture = new CultureInfo("ja")``での例外メッセージ
 

        

        
 
#adunit
#adunit
 

        

        
~
*System
|>|~System|
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.AccessViolationException){AccessViolationException};|{{
|&msdn(netfx4.0,type,System.AccessViolationException){AccessViolationException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to read or write protected memory. This is often an indication that other memory is corrupt.};
[invariant] &span(lang=en,translate=no){Attempted to read or write protected memory. This is often an indication that other memory is corrupt.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to read or write protected memory. This is often an indication that other memory is corrupt.};
[en] &span(lang=en,translate=no){Attempted to read or write protected memory. This is often an indication that other memory is corrupt.};
~
&span(class=exception-message-ja,lang=ja,translate=no){保護されているメモリに読み取りまたは書き込み操作を行おうとしました。他のメモリが壊れていることが考えられます。};
[ja] &span(lang=ja,translate=no){保護されているメモリに読み取りまたは書き込み操作を行おうとしました。他のメモリが壊れていることが考えられます。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.AggregateException){AggregateException};|{{
|&msdn(netfx4.0,type,System.AggregateException){AggregateException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){One or more errors occurred.};
[invariant] &span(lang=en,translate=no){One or more errors occurred.};
~
&span(class=exception-message-en,lang=en,translate=no){One or more errors occurred.};
[en] &span(lang=en,translate=no){One or more errors occurred.};
~
&span(class=exception-message-ja,lang=ja,translate=no){1 つ以上のエラーが発生しました。};
[ja] &span(lang=ja,translate=no){1 つ以上のエラーが発生しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.AppDomainUnloadedException){AppDomainUnloadedException};|{{
|&msdn(netfx4.0,type,System.AppDomainUnloadedException){AppDomainUnloadedException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access an unloaded AppDomain.};
[invariant] &span(lang=en,translate=no){Attempted to access an unloaded AppDomain.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to access an unloaded AppDomain.};
[en] &span(lang=en,translate=no){Attempted to access an unloaded AppDomain.};
~
&span(class=exception-message-ja,lang=ja,translate=no){アンロードされた AppDomain にアクセスしようとしました。};
[ja] &span(lang=ja,translate=no){アンロードされた AppDomain にアクセスしようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.ApplicationException){ApplicationException};|{{
|&msdn(netfx4.0,type,System.ApplicationException){ApplicationException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Error in the application.};
[invariant] &span(lang=en,translate=no){Error in the application.};
~
&span(class=exception-message-en,lang=en,translate=no){Error in the application.};
[en] &span(lang=en,translate=no){Error in the application.};
~
&span(class=exception-message-ja,lang=ja,translate=no){アプリケーションでエラーが発生しました。};
[ja] &span(lang=ja,translate=no){アプリケーションでエラーが発生しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.ArgumentException){ArgumentException};|{{
|&msdn(netfx4.0,type,System.ArgumentException){ArgumentException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Value does not fall within the expected range.};
[invariant] &span(lang=en,translate=no){Value does not fall within the expected range.};
~
&span(class=exception-message-en,lang=en,translate=no){Value does not fall within the expected range.};
[en] &span(lang=en,translate=no){Value does not fall within the expected range.};
~
&span(class=exception-message-ja,lang=ja,translate=no){値が有効な範囲にありません。};
[ja] &span(lang=ja,translate=no){値が有効な範囲にありません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.ArgumentNullException){ArgumentNullException};|{{
|&msdn(netfx4.0,type,System.ArgumentNullException){ArgumentNullException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Value cannot be null.};
[invariant] &span(lang=en,translate=no){Value cannot be null.};
~
&span(class=exception-message-en,lang=en,translate=no){Value cannot be null.};
[en] &span(lang=en,translate=no){Value cannot be null.};
~
&span(class=exception-message-ja,lang=ja,translate=no){値を Null にすることはできません。};
[ja] &span(lang=ja,translate=no){値を Null にすることはできません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.ArgumentOutOfRangeException){ArgumentOutOfRangeException};|{{
|&msdn(netfx4.0,type,System.ArgumentOutOfRangeException){ArgumentOutOfRangeException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Specified argument was out of the range of valid values.};
[invariant] &span(lang=en,translate=no){Specified argument was out of the range of valid values.};
~
&span(class=exception-message-en,lang=en,translate=no){Specified argument was out of the range of valid values.};
[en] &span(lang=en,translate=no){Specified argument was out of the range of valid values.};
~
&span(class=exception-message-ja,lang=ja,translate=no){Specified argument was out of the range of valid values.};
[ja] &span(lang=ja,translate=no){Specified argument was out of the range of valid values.};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.ArithmeticException){ArithmeticException};|{{
|&msdn(netfx4.0,type,System.ArithmeticException){ArithmeticException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Overflow or underflow in the arithmetic operation.};
[invariant] &span(lang=en,translate=no){Overflow or underflow in the arithmetic operation.};
~
&span(class=exception-message-en,lang=en,translate=no){Overflow or underflow in the arithmetic operation.};
[en] &span(lang=en,translate=no){Overflow or underflow in the arithmetic operation.};
~
&span(class=exception-message-ja,lang=ja,translate=no){算術演算でオーバーフローまたはアンダーフローが発生しました。};
[ja] &span(lang=ja,translate=no){算術演算でオーバーフローまたはアンダーフローが発生しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.ArrayTypeMismatchException){ArrayTypeMismatchException};|{{
|&msdn(netfx4.0,type,System.ArrayTypeMismatchException){ArrayTypeMismatchException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access an element as a type incompatible with the array.};
[invariant] &span(lang=en,translate=no){Attempted to access an element as a type incompatible with the array.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to access an element as a type incompatible with the array.};
[en] &span(lang=en,translate=no){Attempted to access an element as a type incompatible with the array.};
~
&span(class=exception-message-ja,lang=ja,translate=no){配列と互換性のない型の要素にアクセスしようとしました};
[ja] &span(lang=ja,translate=no){配列と互換性のない型の要素にアクセスしようとしました};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.BadImageFormatException){BadImageFormatException};|{{
|&msdn(netfx4.0,type,System.BadImageFormatException){BadImageFormatException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Format of the executable (.exe) or library (.dll) is invalid.};
[invariant] &span(lang=en,translate=no){Format of the executable (.exe) or library (.dll) is invalid.};
~
&span(class=exception-message-en,lang=en,translate=no){Format of the executable (.exe) or library (.dll) is invalid.};
[en] &span(lang=en,translate=no){Format of the executable (.exe) or library (.dll) is invalid.};
~
&span(class=exception-message-ja,lang=ja,translate=no){実行可能ファイル (.exe) またはライブラリ (.dll) ファイルの形式が無効です。};
[ja] &span(lang=ja,translate=no){実行可能ファイル (.exe) またはライブラリ (.dll) ファイルの形式が無効です。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.CannotUnloadAppDomainException){CannotUnloadAppDomainException};|{{
|&msdn(netfx4.0,type,System.CannotUnloadAppDomainException){CannotUnloadAppDomainException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempt to unload the AppDomain failed.};
[invariant] &span(lang=en,translate=no){Attempt to unload the AppDomain failed.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempt to unload the AppDomain failed.};
[en] &span(lang=en,translate=no){Attempt to unload the AppDomain failed.};
~
&span(class=exception-message-ja,lang=ja,translate=no){AppDomain のアンロードに失敗しました。};
[ja] &span(lang=ja,translate=no){AppDomain のアンロードに失敗しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.ContextMarshalException){ContextMarshalException};|{{
|&msdn(netfx4.0,type,System.ContextMarshalException){ContextMarshalException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to marshal an object across a context boundary.};
[invariant] &span(lang=en,translate=no){Attempted to marshal an object across a context boundary.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to marshal an object across a context boundary.};
[en] &span(lang=en,translate=no){Attempted to marshal an object across a context boundary.};
~
&span(class=exception-message-ja,lang=ja,translate=no){コンテキストの境界を越えてオブジェクトをマーシャリングしようとしました。};
[ja] &span(lang=ja,translate=no){コンテキストの境界を越えてオブジェクトをマーシャリングしようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.DataMisalignedException){DataMisalignedException};|{{
|&msdn(netfx4.0,type,System.DataMisalignedException){DataMisalignedException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){A datatype misalignment was detected in a load or store instruction.};
[invariant] &span(lang=en,translate=no){A datatype misalignment was detected in a load or store instruction.};
~
&span(class=exception-message-en,lang=en,translate=no){A datatype misalignment was detected in a load or store instruction.};
[en] &span(lang=en,translate=no){A datatype misalignment was detected in a load or store instruction.};
~
&span(class=exception-message-ja,lang=ja,translate=no){読み込みまたは格納命令で不適切なデータ型が検出されました。};
[ja] &span(lang=ja,translate=no){読み込みまたは格納命令で不適切なデータ型が検出されました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.DivideByZeroException){DivideByZeroException};|{{
|&msdn(netfx4.0,type,System.DivideByZeroException){DivideByZeroException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to divide by zero.};
[invariant] &span(lang=en,translate=no){Attempted to divide by zero.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to divide by zero.};
[en] &span(lang=en,translate=no){Attempted to divide by zero.};
~
&span(class=exception-message-ja,lang=ja,translate=no){0 で除算しようとしました。};
[ja] &span(lang=ja,translate=no){0 で除算しようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.DllNotFoundException){DllNotFoundException};|{{
|&msdn(netfx4.0,type,System.DllNotFoundException){DllNotFoundException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Dll was not found.};
[invariant] &span(lang=en,translate=no){Dll was not found.};
~
&span(class=exception-message-en,lang=en,translate=no){Dll was not found.};
[en] &span(lang=en,translate=no){Dll was not found.};
~
&span(class=exception-message-ja,lang=ja,translate=no){DLL が見つかりませんでした。};
[ja] &span(lang=ja,translate=no){DLL が見つかりませんでした。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.DuplicateWaitObjectException){DuplicateWaitObjectException};|{{
|&msdn(netfx4.0,type,System.DuplicateWaitObjectException){DuplicateWaitObjectException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Duplicate objects in argument.};
[invariant] &span(lang=en,translate=no){Duplicate objects in argument.};
~
&span(class=exception-message-en,lang=en,translate=no){Duplicate objects in argument.};
[en] &span(lang=en,translate=no){Duplicate objects in argument.};
~
&span(class=exception-message-ja,lang=ja,translate=no){Duplicate objects in argument.};
[ja] &span(lang=ja,translate=no){Duplicate objects in argument.};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.EntryPointNotFoundException){EntryPointNotFoundException};|{{
|&msdn(netfx4.0,type,System.EntryPointNotFoundException){EntryPointNotFoundException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Entry point was not found.};
[invariant] &span(lang=en,translate=no){Entry point was not found.};
~
&span(class=exception-message-en,lang=en,translate=no){Entry point was not found.};
[en] &span(lang=en,translate=no){Entry point was not found.};
~
&span(class=exception-message-ja,lang=ja,translate=no){エントリ ポイントが見つかりませんでした。};
[ja] &span(lang=ja,translate=no){エントリ ポイントが見つかりませんでした。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Exception){Exception};|{{
|&msdn(netfx4.0,type,System.Exception){Exception};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Exception' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.Exception' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Exception' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.Exception' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Exception' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.Exception' の例外がスローされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.ExecutionEngineException){ExecutionEngineException};|{{
|&msdn(netfx4.0,type,System.ExecutionEngineException){ExecutionEngineException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Internal error in the runtime.};
[invariant] &span(lang=en,translate=no){Internal error in the runtime.};
~
&span(class=exception-message-en,lang=en,translate=no){Internal error in the runtime.};
[en] &span(lang=en,translate=no){Internal error in the runtime.};
~
&span(class=exception-message-ja,lang=ja,translate=no){ランタイムで内部エラーが発生しました。};
[ja] &span(lang=ja,translate=no){ランタイムで内部エラーが発生しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.FieldAccessException){FieldAccessException};|{{
|&msdn(netfx4.0,type,System.FieldAccessException){FieldAccessException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a field that is not accessible by the caller.};
[invariant] &span(lang=en,translate=no){Attempted to access a field that is not accessible by the caller.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a field that is not accessible by the caller.};
[en] &span(lang=en,translate=no){Attempted to access a field that is not accessible by the caller.};
~
&span(class=exception-message-ja,lang=ja,translate=no){呼び出し元によってアクセスできないフィールドにアクセスしようとしました。};
[ja] &span(lang=ja,translate=no){呼び出し元によってアクセスできないフィールドにアクセスしようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.FormatException){FormatException};|{{
|&msdn(netfx4.0,type,System.FormatException){FormatException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){One of the identified items was in an invalid format.};
[invariant] &span(lang=en,translate=no){One of the identified items was in an invalid format.};
~
&span(class=exception-message-en,lang=en,translate=no){One of the identified items was in an invalid format.};
[en] &span(lang=en,translate=no){One of the identified items was in an invalid format.};
~
&span(class=exception-message-ja,lang=ja,translate=no){識別された項目のうち 1 つが無効な形式です。};
[ja] &span(lang=ja,translate=no){識別された項目のうち 1 つが無効な形式です。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.IndexOutOfRangeException){IndexOutOfRangeException};|{{
|&msdn(netfx4.0,type,System.IndexOutOfRangeException){IndexOutOfRangeException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Index was outside the bounds of the array.};
[invariant] &span(lang=en,translate=no){Index was outside the bounds of the array.};
~
&span(class=exception-message-en,lang=en,translate=no){Index was outside the bounds of the array.};
[en] &span(lang=en,translate=no){Index was outside the bounds of the array.};
~
&span(class=exception-message-ja,lang=ja,translate=no){インデックスが配列の境界外です。};
[ja] &span(lang=ja,translate=no){インデックスが配列の境界外です。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.InsufficientExecutionStackException){InsufficientExecutionStackException};|{{
|&msdn(netfx4.0,type,System.InsufficientExecutionStackException){InsufficientExecutionStackException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){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.};
[invariant] &span(lang=en,translate=no){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.};
~
&span(class=exception-message-en,lang=en,translate=no){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.};
[en] &span(lang=en,translate=no){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.};
~
&span(class=exception-message-ja,lang=ja,translate=no){プログラムの安全な実行を続けるのに十分なスタックがありません。呼び出し履歴に含まれる関数が多すぎるか、またはスタックの関数が使用しているスタック領域が大きすぎる可能性があります。};
[ja] &span(lang=ja,translate=no){プログラムの安全な実行を続けるのに十分なスタックがありません。呼び出し履歴に含まれる関数が多すぎるか、またはスタックの関数が使用しているスタック領域が大きすぎる可能性があります。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.InsufficientMemoryException){InsufficientMemoryException};|{{
|&msdn(netfx4.0,type,System.InsufficientMemoryException){InsufficientMemoryException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Insufficient memory to continue the execution of the program.};
[invariant] &span(lang=en,translate=no){Insufficient memory to continue the execution of the program.};
~
&span(class=exception-message-en,lang=en,translate=no){Insufficient memory to continue the execution of the program.};
[en] &span(lang=en,translate=no){Insufficient memory to continue the execution of the program.};
~
&span(class=exception-message-ja,lang=ja,translate=no){プログラムの実行を続行するための十分なメモリがありませんでした。};
[ja] &span(lang=ja,translate=no){プログラムの実行を続行するための十分なメモリがありませんでした。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.InvalidCastException){InvalidCastException};|{{
|&msdn(netfx4.0,type,System.InvalidCastException){InvalidCastException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Specified cast is not valid.};
[invariant] &span(lang=en,translate=no){Specified cast is not valid.};
~
&span(class=exception-message-en,lang=en,translate=no){Specified cast is not valid.};
[en] &span(lang=en,translate=no){Specified cast is not valid.};
~
&span(class=exception-message-ja,lang=ja,translate=no){指定されたキャストは有効ではありません。};
[ja] &span(lang=ja,translate=no){指定されたキャストは有効ではありません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.InvalidOperationException){InvalidOperationException};|{{
|&msdn(netfx4.0,type,System.InvalidOperationException){InvalidOperationException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Operation is not valid due to the current state of the object.};
[invariant] &span(lang=en,translate=no){Operation is not valid due to the current state of the object.};
~
&span(class=exception-message-en,lang=en,translate=no){Operation is not valid due to the current state of the object.};
[en] &span(lang=en,translate=no){Operation is not valid due to the current state of the object.};
~
&span(class=exception-message-ja,lang=ja,translate=no){オブジェクトの現在の状態に問題があるため、操作は有効ではありません。};
[ja] &span(lang=ja,translate=no){オブジェクトの現在の状態に問題があるため、操作は有効ではありません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.InvalidProgramException){InvalidProgramException};|{{
|&msdn(netfx4.0,type,System.InvalidProgramException){InvalidProgramException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Common Language Runtime detected an invalid program.};
[invariant] &span(lang=en,translate=no){Common Language Runtime detected an invalid program.};
~
&span(class=exception-message-en,lang=en,translate=no){Common Language Runtime detected an invalid program.};
[en] &span(lang=en,translate=no){Common Language Runtime detected an invalid program.};
~
&span(class=exception-message-ja,lang=ja,translate=no){共通言語ランタイムが無効なプログラムを検出しました。};
[ja] &span(lang=ja,translate=no){共通言語ランタイムが無効なプログラムを検出しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.InvalidTimeZoneException){InvalidTimeZoneException};|{{
|&msdn(netfx4.0,type,System.InvalidTimeZoneException){InvalidTimeZoneException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.InvalidTimeZoneException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.InvalidTimeZoneException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.InvalidTimeZoneException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.InvalidTimeZoneException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.InvalidTimeZoneException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.InvalidTimeZoneException' の例外がスローされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.MemberAccessException){MemberAccessException};|{{
|&msdn(netfx4.0,type,System.MemberAccessException){MemberAccessException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Cannot access member.};
[invariant] &span(lang=en,translate=no){Cannot access member.};
~
&span(class=exception-message-en,lang=en,translate=no){Cannot access member.};
[en] &span(lang=en,translate=no){Cannot access member.};
~
&span(class=exception-message-ja,lang=ja,translate=no){メンバーにアクセスできません。};
[ja] &span(lang=ja,translate=no){メンバーにアクセスできません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.MethodAccessException){MethodAccessException};|{{
|&msdn(netfx4.0,type,System.MethodAccessException){MethodAccessException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempt to access the method failed.};
[invariant] &span(lang=en,translate=no){Attempt to access the method failed.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempt to access the method failed.};
[en] &span(lang=en,translate=no){Attempt to access the method failed.};
~
&span(class=exception-message-ja,lang=ja,translate=no){メソッドへアクセスに失敗しました。};
[ja] &span(lang=ja,translate=no){メソッドへアクセスに失敗しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.MissingFieldException){MissingFieldException};|{{
|&msdn(netfx4.0,type,System.MissingFieldException){MissingFieldException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a non-existing field.};
[invariant] &span(lang=en,translate=no){Attempted to access a non-existing field.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a non-existing field.};
[en] &span(lang=en,translate=no){Attempted to access a non-existing field.};
~
&span(class=exception-message-ja,lang=ja,translate=no){存在しないフィールドにアクセスしようとしました。};
[ja] &span(lang=ja,translate=no){存在しないフィールドにアクセスしようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.MissingMemberException){MissingMemberException};|{{
|&msdn(netfx4.0,type,System.MissingMemberException){MissingMemberException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a missing member.};
[invariant] &span(lang=en,translate=no){Attempted to access a missing member.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a missing member.};
[en] &span(lang=en,translate=no){Attempted to access a missing member.};
~
&span(class=exception-message-ja,lang=ja,translate=no){見つからないメンバーにアクセスしようとしました。};
[ja] &span(lang=ja,translate=no){見つからないメンバーにアクセスしようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.MissingMethodException){MissingMethodException};|{{
|&msdn(netfx4.0,type,System.MissingMethodException){MissingMethodException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a missing method.};
[invariant] &span(lang=en,translate=no){Attempted to access a missing method.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a missing method.};
[en] &span(lang=en,translate=no){Attempted to access a missing method.};
~
&span(class=exception-message-ja,lang=ja,translate=no){見つからないメソッドにアクセスしようとしました。};
[ja] &span(lang=ja,translate=no){見つからないメソッドにアクセスしようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.MulticastNotSupportedException){MulticastNotSupportedException};|{{
|&msdn(netfx4.0,type,System.MulticastNotSupportedException){MulticastNotSupportedException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to add multiple callbacks to a delegate that does not support multicast.};
[invariant] &span(lang=en,translate=no){Attempted to add multiple callbacks to a delegate that does not support multicast.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to add multiple callbacks to a delegate that does not support multicast.};
[en] &span(lang=en,translate=no){Attempted to add multiple callbacks to a delegate that does not support multicast.};
~
&span(class=exception-message-ja,lang=ja,translate=no){マルチキャストをサポートしないデリゲートに複数のコールバックを追加しようとしました。};
[ja] &span(lang=ja,translate=no){マルチキャストをサポートしないデリゲートに複数のコールバックを追加しようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.NotFiniteNumberException){NotFiniteNumberException};|{{
|&msdn(netfx4.0,type,System.NotFiniteNumberException){NotFiniteNumberException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Number encountered was not a finite quantity.};
[invariant] &span(lang=en,translate=no){Number encountered was not a finite quantity.};
~
&span(class=exception-message-en,lang=en,translate=no){Number encountered was not a finite quantity.};
[en] &span(lang=en,translate=no){Number encountered was not a finite quantity.};
~
&span(class=exception-message-ja,lang=ja,translate=no){見つかった数字は有限な数ではありません。};
[ja] &span(lang=ja,translate=no){見つかった数字は有限な数ではありません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.NotImplementedException){NotImplementedException};|{{
|&msdn(netfx4.0,type,System.NotImplementedException){NotImplementedException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){The method or operation is not implemented.};
[invariant] &span(lang=en,translate=no){The method or operation is not implemented.};
~
&span(class=exception-message-en,lang=en,translate=no){The method or operation is not implemented.};
[en] &span(lang=en,translate=no){The method or operation is not implemented.};
~
&span(class=exception-message-ja,lang=ja,translate=no){メソッドまたは操作は実装されていません。};
[ja] &span(lang=ja,translate=no){メソッドまたは操作は実装されていません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.NotSupportedException){NotSupportedException};|{{
|&msdn(netfx4.0,type,System.NotSupportedException){NotSupportedException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Specified method is not supported.};
[invariant] &span(lang=en,translate=no){Specified method is not supported.};
~
&span(class=exception-message-en,lang=en,translate=no){Specified method is not supported.};
[en] &span(lang=en,translate=no){Specified method is not supported.};
~
&span(class=exception-message-ja,lang=ja,translate=no){指定されたメソッドはサポートされていません。};
[ja] &span(lang=ja,translate=no){指定されたメソッドはサポートされていません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.NullReferenceException){NullReferenceException};|{{
|&msdn(netfx4.0,type,System.NullReferenceException){NullReferenceException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Object reference not set to an instance of an object.};
[invariant] &span(lang=en,translate=no){Object reference not set to an instance of an object.};
~
&span(class=exception-message-en,lang=en,translate=no){Object reference not set to an instance of an object.};
[en] &span(lang=en,translate=no){Object reference not set to an instance of an object.};
~
&span(class=exception-message-ja,lang=ja,translate=no){オブジェクト参照がオブジェクト インスタンスに設定されていません。};
[ja] &span(lang=ja,translate=no){オブジェクト参照がオブジェクト インスタンスに設定されていません。};
~
}}|-|
}}|
~
|&msdn(netfx4.0,type,System.ObjectDisposedException){ObjectDisposedException};|-|-|
|&msdn(netfx4.0,type,System.ObjectDisposedException){ObjectDisposedException};|-|
 
|&msdn(netfx4.0,type,System.OperationCanceledException){OperationCanceledException};|{{
|&msdn(netfx4.0,type,System.OperationCanceledException){OperationCanceledException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){The operation was canceled.};
[invariant] &span(lang=en,translate=no){The operation was canceled.};
~
&span(class=exception-message-en,lang=en,translate=no){The operation was canceled.};
[en] &span(lang=en,translate=no){The operation was canceled.};
~
&span(class=exception-message-ja,lang=ja,translate=no){操作はキャンセルされました。};
[ja] &span(lang=ja,translate=no){操作はキャンセルされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.OutOfMemoryException){OutOfMemoryException};|{{
|&msdn(netfx4.0,type,System.OutOfMemoryException){OutOfMemoryException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Insufficient memory to continue the execution of the program.};
[invariant] &span(lang=en,translate=no){Insufficient memory to continue the execution of the program.};
~
&span(class=exception-message-en,lang=en,translate=no){Insufficient memory to continue the execution of the program.};
[en] &span(lang=en,translate=no){Insufficient memory to continue the execution of the program.};
~
&span(class=exception-message-ja,lang=ja,translate=no){プログラムの実行を続行するための十分なメモリがありませんでした。};
[ja] &span(lang=ja,translate=no){プログラムの実行を続行するための十分なメモリがありませんでした。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.OverflowException){OverflowException};|{{
|&msdn(netfx4.0,type,System.OverflowException){OverflowException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Arithmetic operation resulted in an overflow.};
[invariant] &span(lang=en,translate=no){Arithmetic operation resulted in an overflow.};
~
&span(class=exception-message-en,lang=en,translate=no){Arithmetic operation resulted in an overflow.};
[en] &span(lang=en,translate=no){Arithmetic operation resulted in an overflow.};
~
&span(class=exception-message-ja,lang=ja,translate=no){算術演算の結果オーバーフローが発生しました。};
[ja] &span(lang=ja,translate=no){算術演算の結果オーバーフローが発生しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.PlatformNotSupportedException){PlatformNotSupportedException};|{{
|&msdn(netfx4.0,type,System.PlatformNotSupportedException){PlatformNotSupportedException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Operation is not supported on this platform.};
[invariant] &span(lang=en,translate=no){Operation is not supported on this platform.};
~
&span(class=exception-message-en,lang=en,translate=no){Operation is not supported on this platform.};
[en] &span(lang=en,translate=no){Operation is not supported on this platform.};
~
&span(class=exception-message-ja,lang=ja,translate=no){操作は、このプラットフォームではサポートされていません。};
[ja] &span(lang=ja,translate=no){操作は、このプラットフォームではサポートされていません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.RankException){RankException};|{{
|&msdn(netfx4.0,type,System.RankException){RankException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to operate on an array with the incorrect number of dimensions.};
[invariant] &span(lang=en,translate=no){Attempted to operate on an array with the incorrect number of dimensions.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to operate on an array with the incorrect number of dimensions.};
[en] &span(lang=en,translate=no){Attempted to operate on an array with the incorrect number of dimensions.};
~
&span(class=exception-message-ja,lang=ja,translate=no){間違った次元数で配列を操作しようとしました。};
[ja] &span(lang=ja,translate=no){間違った次元数で配列を操作しようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.StackOverflowException){StackOverflowException};|{{
|&msdn(netfx4.0,type,System.StackOverflowException){StackOverflowException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Operation caused a stack overflow.};
[invariant] &span(lang=en,translate=no){Operation caused a stack overflow.};
~
&span(class=exception-message-en,lang=en,translate=no){Operation caused a stack overflow.};
[en] &span(lang=en,translate=no){Operation caused a stack overflow.};
~
&span(class=exception-message-ja,lang=ja,translate=no){この操作によってスタック オーバーフローが発生しました。};
[ja] &span(lang=ja,translate=no){この操作によってスタック オーバーフローが発生しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.SystemException){SystemException};|{{
|&msdn(netfx4.0,type,System.SystemException){SystemException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){System error.};
[invariant] &span(lang=en,translate=no){System error.};
~
&span(class=exception-message-en,lang=en,translate=no){System error.};
[en] &span(lang=en,translate=no){System error.};
~
&span(class=exception-message-ja,lang=ja,translate=no){システム エラーです。};
[ja] &span(lang=ja,translate=no){システム エラーです。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.TimeoutException){TimeoutException};|{{
|&msdn(netfx4.0,type,System.TimeoutException){TimeoutException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){The operation has timed out.};
[invariant] &span(lang=en,translate=no){The operation has timed out.};
~
&span(class=exception-message-en,lang=en,translate=no){The operation has timed out.};
[en] &span(lang=en,translate=no){The operation has timed out.};
~
&span(class=exception-message-ja,lang=ja,translate=no){操作がタイムアウトしました。};
[ja] &span(lang=ja,translate=no){操作がタイムアウトしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.TimeZoneNotFoundException){TimeZoneNotFoundException};|{{
|&msdn(netfx4.0,type,System.TimeZoneNotFoundException){TimeZoneNotFoundException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.TimeZoneNotFoundException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.TimeZoneNotFoundException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.TimeZoneNotFoundException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.TimeZoneNotFoundException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.TimeZoneNotFoundException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.TimeZoneNotFoundException' の例外がスローされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.TypeAccessException){TypeAccessException};|{{
|&msdn(netfx4.0,type,System.TypeAccessException){TypeAccessException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempt to access the type failed.};
[invariant] &span(lang=en,translate=no){Attempt to access the type failed.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempt to access the type failed.};
[en] &span(lang=en,translate=no){Attempt to access the type failed.};
~
&span(class=exception-message-ja,lang=ja,translate=no){型にアクセスできませんでした。};
[ja] &span(lang=ja,translate=no){型にアクセスできませんでした。};
~
}}|-|
}}|
~
|&msdn(netfx4.0,type,System.TypeInitializationException){TypeInitializationException};|-|-|
|&msdn(netfx4.0,type,System.TypeInitializationException){TypeInitializationException};|-|
 
|&msdn(netfx4.0,type,System.TypeLoadException){TypeLoadException};|{{
|&msdn(netfx4.0,type,System.TypeLoadException){TypeLoadException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Failure has occurred while loading a type.};
[invariant] &span(lang=en,translate=no){Failure has occurred while loading a type.};
~
&span(class=exception-message-en,lang=en,translate=no){Failure has occurred while loading a type.};
[en] &span(lang=en,translate=no){Failure has occurred while loading a type.};
~
&span(class=exception-message-ja,lang=ja,translate=no){タイプの読み込み中にエラーが発生しました。};
[ja] &span(lang=ja,translate=no){タイプの読み込み中にエラーが発生しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.TypeUnloadedException){TypeUnloadedException};|{{
|&msdn(netfx4.0,type,System.TypeUnloadedException){TypeUnloadedException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Type had been unloaded.};
[invariant] &span(lang=en,translate=no){Type had been unloaded.};
~
&span(class=exception-message-en,lang=en,translate=no){Type had been unloaded.};
[en] &span(lang=en,translate=no){Type had been unloaded.};
~
&span(class=exception-message-ja,lang=ja,translate=no){型がアンロードされました。};
[ja] &span(lang=ja,translate=no){型がアンロードされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.UnauthorizedAccessException){UnauthorizedAccessException};|{{
|&msdn(netfx4.0,type,System.UnauthorizedAccessException){UnauthorizedAccessException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to perform an unauthorized operation.};
[invariant] &span(lang=en,translate=no){Attempted to perform an unauthorized operation.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to perform an unauthorized operation.};
[en] &span(lang=en,translate=no){Attempted to perform an unauthorized operation.};
~
&span(class=exception-message-ja,lang=ja,translate=no){許可されていない操作を実行しようとしました。};
[ja] &span(lang=ja,translate=no){許可されていない操作を実行しようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.UriFormatException){UriFormatException};|{{
|&msdn(netfx4.0,type,System.UriFormatException){UriFormatException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){One of the identified items was in an invalid format.};
[invariant] &span(lang=en,translate=no){One of the identified items was in an invalid format.};
~
&span(class=exception-message-en,lang=en,translate=no){One of the identified items was in an invalid format.};
[en] &span(lang=en,translate=no){One of the identified items was in an invalid format.};
~
&span(class=exception-message-ja,lang=ja,translate=no){識別された項目のうち 1 つが無効な形式です。};
[ja] &span(lang=ja,translate=no){識別された項目のうち 1 つが無効な形式です。};
~
}}|-|
}}|
~

         
|>|~System.Collections.Generic|
+
*System.Collections.Generic
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Collections.Generic.KeyNotFoundException){KeyNotFoundException};|{{
|&msdn(netfx4.0,type,System.Collections.Generic.KeyNotFoundException){KeyNotFoundException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){The given key was not present in the dictionary.};
[invariant] &span(lang=en,translate=no){The given key was not present in the dictionary.};
~
&span(class=exception-message-en,lang=en,translate=no){The given key was not present in the dictionary.};
[en] &span(lang=en,translate=no){The given key was not present in the dictionary.};
~
&span(class=exception-message-ja,lang=ja,translate=no){指定されたキーはディレクトリ内に存在しませんでした。};
[ja] &span(lang=ja,translate=no){指定されたキーはディレクトリ内に存在しませんでした。};
~
}}|-|
}}|
~

         
|>|~System.ComponentModel|
+
*System.ComponentModel
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.ComponentModel.InvalidAsynchronousStateException){InvalidAsynchronousStateException};|{{
|&msdn(netfx4.0,type,System.ComponentModel.InvalidAsynchronousStateException){InvalidAsynchronousStateException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidAsynchronousStateException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidAsynchronousStateException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidAsynchronousStateException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidAsynchronousStateException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.ComponentModel.InvalidAsynchronousStateException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.ComponentModel.InvalidAsynchronousStateException' の例外がスローされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.ComponentModel.InvalidEnumArgumentException){InvalidEnumArgumentException};|{{
|&msdn(netfx4.0,type,System.ComponentModel.InvalidEnumArgumentException){InvalidEnumArgumentException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidEnumArgumentException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidEnumArgumentException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidEnumArgumentException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidEnumArgumentException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.ComponentModel.InvalidEnumArgumentException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.ComponentModel.InvalidEnumArgumentException' の例外がスローされました。};
~
}}|-|
}}|
~
|&msdn(netfx4.0,type,System.ComponentModel.LicenseException){LicenseException};|-|-|
|&msdn(netfx4.0,type,System.ComponentModel.LicenseException){LicenseException};|-|
 
|&msdn(netfx4.0,type,System.ComponentModel.WarningException){WarningException};|{{
|&msdn(netfx4.0,type,System.ComponentModel.WarningException){WarningException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.ComponentModel.WarningException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.ComponentModel.WarningException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.ComponentModel.WarningException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.ComponentModel.WarningException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.ComponentModel.WarningException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.ComponentModel.WarningException' の例外がスローされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.ComponentModel.Win32Exception){Win32Exception};|{{
|&msdn(netfx4.0,type,System.ComponentModel.Win32Exception){Win32Exception};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
[invariant] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
[en] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
[ja] &span(lang=ja,translate=no){この操作を正しく終了しました。};
~
}}|-|
}}|
~

         
|>|~System.ComponentModel.Design|
+
*System.ComponentModel.Design
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.ComponentModel.Design.CheckoutException){CheckoutException};|{{
|&msdn(netfx4.0,type,System.ComponentModel.Design.CheckoutException){CheckoutException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){External component has thrown an exception.};
[invariant] &span(lang=en,translate=no){External component has thrown an exception.};
~
&span(class=exception-message-en,lang=en,translate=no){External component has thrown an exception.};
[en] &span(lang=en,translate=no){External component has thrown an exception.};
~
&span(class=exception-message-ja,lang=ja,translate=no){外部コンポーネントが例外をスローしました。};
[ja] &span(lang=ja,translate=no){外部コンポーネントが例外をスローしました。};
~
}}|-|
}}|
~

         
|>|~System.Configuration|
+
*System.Configuration
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Configuration.ConfigurationException){ConfigurationException};|{{
|&msdn(netfx4.0,type,System.Configuration.ConfigurationException){ConfigurationException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Configuration.ConfigurationException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.Configuration.ConfigurationException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Configuration.ConfigurationException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.Configuration.ConfigurationException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Configuration.ConfigurationException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.Configuration.ConfigurationException' の例外がスローされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Configuration.SettingsPropertyIsReadOnlyException){SettingsPropertyIsReadOnlyException};|{{
|&msdn(netfx4.0,type,System.Configuration.SettingsPropertyIsReadOnlyException){SettingsPropertyIsReadOnlyException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyIsReadOnlyException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyIsReadOnlyException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyIsReadOnlyException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyIsReadOnlyException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Configuration.SettingsPropertyIsReadOnlyException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.Configuration.SettingsPropertyIsReadOnlyException' の例外がスローされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Configuration.SettingsPropertyNotFoundException){SettingsPropertyNotFoundException};|{{
|&msdn(netfx4.0,type,System.Configuration.SettingsPropertyNotFoundException){SettingsPropertyNotFoundException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyNotFoundException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyNotFoundException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyNotFoundException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyNotFoundException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Configuration.SettingsPropertyNotFoundException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.Configuration.SettingsPropertyNotFoundException' の例外がスローされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Configuration.SettingsPropertyWrongTypeException){SettingsPropertyWrongTypeException};|{{
|&msdn(netfx4.0,type,System.Configuration.SettingsPropertyWrongTypeException){SettingsPropertyWrongTypeException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyWrongTypeException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyWrongTypeException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyWrongTypeException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyWrongTypeException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Configuration.SettingsPropertyWrongTypeException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.Configuration.SettingsPropertyWrongTypeException' の例外がスローされました。};
~
}}|-|
}}|
~

         
|>|~System.Diagnostics.Contracts|
+
*System.Diagnostics.Contracts
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Diagnostics.Contracts.ContractException){ContractException};|{{
|&msdn(netfx4.0,type,System.Diagnostics.Contracts.ContractException){ContractException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Diagnostics.Contracts.ContractException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.Diagnostics.Contracts.ContractException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Diagnostics.Contracts.ContractException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.Diagnostics.Contracts.ContractException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Diagnostics.Contracts.ContractException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.Diagnostics.Contracts.ContractException' の例外がスローされました。};
~
}}|-|
}}|
~

         
|>|~System.Diagnostics.Eventing.Reader|
+
*System.Diagnostics.Eventing.Reader
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Diagnostics.Eventing.Reader.EventLogException){EventLogException};|{{
|&msdn(netfx4.0,type,System.Diagnostics.Eventing.Reader.EventLogException){EventLogException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
[invariant] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
[en] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
[ja] &span(lang=ja,translate=no){この操作を正しく終了しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Diagnostics.Eventing.Reader.EventLogInvalidDataException){EventLogInvalidDataException};|{{
|&msdn(netfx4.0,type,System.Diagnostics.Eventing.Reader.EventLogInvalidDataException){EventLogInvalidDataException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
[invariant] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
[en] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
[ja] &span(lang=ja,translate=no){この操作を正しく終了しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Diagnostics.Eventing.Reader.EventLogNotFoundException){EventLogNotFoundException};|{{
|&msdn(netfx4.0,type,System.Diagnostics.Eventing.Reader.EventLogNotFoundException){EventLogNotFoundException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
[invariant] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
[en] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
[ja] &span(lang=ja,translate=no){この操作を正しく終了しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException){EventLogProviderDisabledException};|{{
|&msdn(netfx4.0,type,System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException){EventLogProviderDisabledException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
[invariant] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
[en] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
[ja] &span(lang=ja,translate=no){この操作を正しく終了しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Diagnostics.Eventing.Reader.EventLogReadingException){EventLogReadingException};|{{
|&msdn(netfx4.0,type,System.Diagnostics.Eventing.Reader.EventLogReadingException){EventLogReadingException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
[invariant] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
[en] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
[ja] &span(lang=ja,translate=no){この操作を正しく終了しました。};
~
}}|-|
}}|
~

         
|>|~System.Globalization|
+
*System.Globalization
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Globalization.CultureNotFoundException){CultureNotFoundException};|{{
|&msdn(netfx4.0,type,System.Globalization.CultureNotFoundException){CultureNotFoundException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Culture is not supported.};
[invariant] &span(lang=en,translate=no){Culture is not supported.};
~
&span(class=exception-message-en,lang=en,translate=no){Culture is not supported.};
[en] &span(lang=en,translate=no){Culture is not supported.};
~
&span(class=exception-message-ja,lang=ja,translate=no){カルチャはサポートされていません。};
[ja] &span(lang=ja,translate=no){カルチャはサポートされていません。};
~
}}|-|
}}|
~

         
|>|~System.IO|
+
*System.IO
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.IO.DirectoryNotFoundException){DirectoryNotFoundException};|{{
|&msdn(netfx4.0,type,System.IO.DirectoryNotFoundException){DirectoryNotFoundException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a path that is not on the disk.};
[invariant] &span(lang=en,translate=no){Attempted to access a path that is not on the disk.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a path that is not on the disk.};
[en] &span(lang=en,translate=no){Attempted to access a path that is not on the disk.};
~
&span(class=exception-message-ja,lang=ja,translate=no){ディスク上に存在しないパスにアクセスしようとしました。};
[ja] &span(lang=ja,translate=no){ディスク上に存在しないパスにアクセスしようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.IO.DriveNotFoundException){DriveNotFoundException};|{{
|&msdn(netfx4.0,type,System.IO.DriveNotFoundException){DriveNotFoundException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a drive that is not available.};
[invariant] &span(lang=en,translate=no){Attempted to access a drive that is not available.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a drive that is not available.};
[en] &span(lang=en,translate=no){Attempted to access a drive that is not available.};
~
&span(class=exception-message-ja,lang=ja,translate=no){利用できないドライブにアクセスしようとしました。};
[ja] &span(lang=ja,translate=no){利用できないドライブにアクセスしようとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.IO.EndOfStreamException){EndOfStreamException};|{{
|&msdn(netfx4.0,type,System.IO.EndOfStreamException){EndOfStreamException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to read past the end of the stream.};
[invariant] &span(lang=en,translate=no){Attempted to read past the end of the stream.};
~
&span(class=exception-message-en,lang=en,translate=no){Attempted to read past the end of the stream.};
[en] &span(lang=en,translate=no){Attempted to read past the end of the stream.};
~
&span(class=exception-message-ja,lang=ja,translate=no){ストリームの末尾を越えて読み取ろうとしました。};
[ja] &span(lang=ja,translate=no){ストリームの末尾を越えて読み取ろうとしました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.IO.FileLoadException){FileLoadException};|{{
|&msdn(netfx4.0,type,System.IO.FileLoadException){FileLoadException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Could not load the specified file.};
[invariant] &span(lang=en,translate=no){Could not load the specified file.};
~
&span(class=exception-message-en,lang=en,translate=no){Could not load the specified file.};
[en] &span(lang=en,translate=no){Could not load the specified file.};
~
&span(class=exception-message-ja,lang=ja,translate=no){指定されたファイルを読み込めませんでした。};
[ja] &span(lang=ja,translate=no){指定されたファイルを読み込めませんでした。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.IO.FileNotFoundException){FileNotFoundException};|{{
|&msdn(netfx4.0,type,System.IO.FileNotFoundException){FileNotFoundException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Unable to find the specified file.};
[invariant] &span(lang=en,translate=no){Unable to find the specified file.};
~
&span(class=exception-message-en,lang=en,translate=no){Unable to find the specified file.};
[en] &span(lang=en,translate=no){Unable to find the specified file.};
~
&span(class=exception-message-ja,lang=ja,translate=no){指定されたファイルが見つかりません。};
[ja] &span(lang=ja,translate=no){指定されたファイルが見つかりません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.IO.InternalBufferOverflowException){InternalBufferOverflowException};|{{
|&msdn(netfx4.0,type,System.IO.InternalBufferOverflowException){InternalBufferOverflowException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){System error.};
[invariant] &span(lang=en,translate=no){System error.};
~
&span(class=exception-message-en,lang=en,translate=no){System error.};
[en] &span(lang=en,translate=no){System error.};
~
&span(class=exception-message-ja,lang=ja,translate=no){システム エラーです。};
[ja] &span(lang=ja,translate=no){システム エラーです。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.IO.InvalidDataException){InvalidDataException};|{{
|&msdn(netfx4.0,type,System.IO.InvalidDataException){InvalidDataException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Found invalid data while decoding.};
[invariant] &span(lang=en,translate=no){Found invalid data while decoding.};
~
&span(class=exception-message-en,lang=en,translate=no){Found invalid data while decoding.};
[en] &span(lang=en,translate=no){Found invalid data while decoding.};
~
&span(class=exception-message-ja,lang=ja,translate=no){デコード中に無効なデータが見つかりました。};
[ja] &span(lang=ja,translate=no){デコード中に無効なデータが見つかりました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.IO.IOException){IOException};|{{
|&msdn(netfx4.0,type,System.IO.IOException){IOException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){I/O error occurred.};
[invariant] &span(lang=en,translate=no){I/O error occurred.};
~
&span(class=exception-message-en,lang=en,translate=no){I/O error occurred.};
[en] &span(lang=en,translate=no){I/O error occurred.};
~
&span(class=exception-message-ja,lang=ja,translate=no){I/O エラーが発生しました。};
[ja] &span(lang=ja,translate=no){I/O エラーが発生しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.IO.PathTooLongException){PathTooLongException};|{{
|&msdn(netfx4.0,type,System.IO.PathTooLongException){PathTooLongException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){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.};
[invariant] &span(lang=en,translate=no){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.};
~
&span(class=exception-message-en,lang=en,translate=no){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.};
[en] &span(lang=en,translate=no){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.};
~
&span(class=exception-message-ja,lang=ja,translate=no){指定されたパス、ファイル名、またはその両方が長すぎます。完全限定型名は 260 文字未満で指定し、ディレクトリ名は 248 未満で指定してください。};
[ja] &span(lang=ja,translate=no){指定されたパス、ファイル名、またはその両方が長すぎます。完全限定型名は 260 文字未満で指定し、ディレクトリ名は 248 未満で指定してください。};
~
}}|-|
}}|
~

         
|>|~System.IO.IsolatedStorage|
+
*System.IO.IsolatedStorage
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.IO.IsolatedStorage.IsolatedStorageException){IsolatedStorageException};|{{
|&msdn(netfx4.0,type,System.IO.IsolatedStorage.IsolatedStorageException){IsolatedStorageException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){An error occurred while accessing IsolatedStorage.};
[invariant] &span(lang=en,translate=no){An error occurred while accessing IsolatedStorage.};
~
&span(class=exception-message-en,lang=en,translate=no){An error occurred while accessing IsolatedStorage.};
[en] &span(lang=en,translate=no){An error occurred while accessing IsolatedStorage.};
~
&span(class=exception-message-ja,lang=ja,translate=no){IsolatedStorage へアクセス中にエラーが発生しました。};
[ja] &span(lang=ja,translate=no){IsolatedStorage へアクセス中にエラーが発生しました。};
~
}}|-|
}}|
~

         
|>|~System.Linq|
+
*System.Linq
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Linq.SystemCore_EnumerableDebugViewEmptyException){SystemCore_EnumerableDebugViewEmptyException};|{{
|&msdn(netfx4.0,type,System.Linq.SystemCore_EnumerableDebugViewEmptyException){SystemCore_EnumerableDebugViewEmptyException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' の例外がスローされました。};
~
}}|-|
}}|
~

         
|>|~System.Management.Instrumentation|
+
*System.Management.Instrumentation
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Management.Instrumentation.InstanceNotFoundException){InstanceNotFoundException};|{{
|&msdn(netfx4.0,type,System.Management.Instrumentation.InstanceNotFoundException){InstanceNotFoundException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstanceNotFoundException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstanceNotFoundException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstanceNotFoundException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstanceNotFoundException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Management.Instrumentation.InstanceNotFoundException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.Management.Instrumentation.InstanceNotFoundException' の例外がスローされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Management.Instrumentation.InstrumentationBaseException){InstrumentationBaseException};|{{
|&msdn(netfx4.0,type,System.Management.Instrumentation.InstrumentationBaseException){InstrumentationBaseException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationBaseException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationBaseException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationBaseException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationBaseException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Management.Instrumentation.InstrumentationBaseException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.Management.Instrumentation.InstrumentationBaseException' の例外がスローされました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Management.Instrumentation.InstrumentationException){InstrumentationException};|{{
|&msdn(netfx4.0,type,System.Management.Instrumentation.InstrumentationException){InstrumentationException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationException' was thrown.};
[invariant] &span(lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationException' was thrown.};
~
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationException' was thrown.};
[en] &span(lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationException' was thrown.};
~
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Management.Instrumentation.InstrumentationException' の例外がスローされました。};
[ja] &span(lang=ja,translate=no){種類 'System.Management.Instrumentation.InstrumentationException' の例外がスローされました。};
~
}}|-|
}}|
~

         
|>|~System.Net|
+
*System.Net
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Net.CookieException){CookieException};|{{
|&msdn(netfx4.0,type,System.Net.CookieException){CookieException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){One of the identified items was in an invalid format.};
[invariant] &span(lang=en,translate=no){One of the identified items was in an invalid format.};
~
&span(class=exception-message-en,lang=en,translate=no){One of the identified items was in an invalid format.};
[en] &span(lang=en,translate=no){One of the identified items was in an invalid format.};
~
&span(class=exception-message-ja,lang=ja,translate=no){識別された項目のうち 1 つが無効な形式です。};
[ja] &span(lang=ja,translate=no){識別された項目のうち 1 つが無効な形式です。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Net.HttpListenerException){HttpListenerException};|{{
|&msdn(netfx4.0,type,System.Net.HttpListenerException){HttpListenerException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
[invariant] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
[en] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
[ja] &span(lang=ja,translate=no){この操作を正しく終了しました。};
~
}}|-|
}}|
~
|&msdn(netfx4.0,type,System.Net.InternalException){InternalException};|-|-|
|&msdn(netfx4.0,type,System.Net.InternalException){InternalException};|-|
 
|&msdn(netfx4.0,type,System.Net.ProtocolViolationException){ProtocolViolationException};|{{
|&msdn(netfx4.0,type,System.Net.ProtocolViolationException){ProtocolViolationException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Operation is not valid due to the current state of the object.};
[invariant] &span(lang=en,translate=no){Operation is not valid due to the current state of the object.};
~
&span(class=exception-message-en,lang=en,translate=no){Operation is not valid due to the current state of the object.};
[en] &span(lang=en,translate=no){Operation is not valid due to the current state of the object.};
~
&span(class=exception-message-ja,lang=ja,translate=no){オブジェクトの現在の状態に問題があるため、操作は有効ではありません。};
[ja] &span(lang=ja,translate=no){オブジェクトの現在の状態に問題があるため、操作は有効ではありません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Net.WebException){WebException};|{{
|&msdn(netfx4.0,type,System.Net.WebException){WebException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Operation is not valid due to the current state of the object.};
[invariant] &span(lang=en,translate=no){Operation is not valid due to the current state of the object.};
~
&span(class=exception-message-en,lang=en,translate=no){Operation is not valid due to the current state of the object.};
[en] &span(lang=en,translate=no){Operation is not valid due to the current state of the object.};
~
&span(class=exception-message-ja,lang=ja,translate=no){オブジェクトの現在の状態に問題があるため、操作は有効ではありません。};
[ja] &span(lang=ja,translate=no){オブジェクトの現在の状態に問題があるため、操作は有効ではありません。};
~
}}|-|
}}|
~

         
|>|~System.Net.Mail|
+
*System.Net.Mail
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Net.Mail.SmtpException){SmtpException};|{{
|&msdn(netfx4.0,type,System.Net.Mail.SmtpException){SmtpException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Syntax error, command unrecognized.};
[invariant] &span(lang=en,translate=no){Syntax error, command unrecognized.};
~
&span(class=exception-message-en,lang=en,translate=no){Syntax error, command unrecognized.};
[en] &span(lang=en,translate=no){Syntax error, command unrecognized.};
~
&span(class=exception-message-ja,lang=ja,translate=no){構文エラーです。コマンドが認識できません。};
[ja] &span(lang=ja,translate=no){構文エラーです。コマンドが認識できません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Net.Mail.SmtpFailedRecipientException){SmtpFailedRecipientException};|{{
|&msdn(netfx4.0,type,System.Net.Mail.SmtpFailedRecipientException){SmtpFailedRecipientException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Syntax error, command unrecognized.};
[invariant] &span(lang=en,translate=no){Syntax error, command unrecognized.};
~
&span(class=exception-message-en,lang=en,translate=no){Syntax error, command unrecognized.};
[en] &span(lang=en,translate=no){Syntax error, command unrecognized.};
~
&span(class=exception-message-ja,lang=ja,translate=no){構文エラーです。コマンドが認識できません。};
[ja] &span(lang=ja,translate=no){構文エラーです。コマンドが認識できません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Net.Mail.SmtpFailedRecipientsException){SmtpFailedRecipientsException};|{{
|&msdn(netfx4.0,type,System.Net.Mail.SmtpFailedRecipientsException){SmtpFailedRecipientsException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Syntax error, command unrecognized.};
[invariant] &span(lang=en,translate=no){Syntax error, command unrecognized.};
~
&span(class=exception-message-en,lang=en,translate=no){Syntax error, command unrecognized.};
[en] &span(lang=en,translate=no){Syntax error, command unrecognized.};
~
&span(class=exception-message-ja,lang=ja,translate=no){構文エラーです。コマンドが認識できません。};
[ja] &span(lang=ja,translate=no){構文エラーです。コマンドが認識できません。};
~
}}|-|
}}|
~

         
|>|~System.Net.NetworkInformation|
+
*System.Net.NetworkInformation
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Net.NetworkInformation.NetworkInformationException){NetworkInformationException};|{{
|&msdn(netfx4.0,type,System.Net.NetworkInformation.NetworkInformationException){NetworkInformationException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
[invariant] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
[en] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
[ja] &span(lang=ja,translate=no){この操作を正しく終了しました。};
~
}}|-|
}}|
~
|&msdn(netfx4.0,type,System.Net.NetworkInformation.PingException){PingException};|-|-|
|&msdn(netfx4.0,type,System.Net.NetworkInformation.PingException){PingException};|-|
~

         
|>|~System.Net.Sockets|
+
*System.Net.Sockets
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Net.Sockets.SocketException){SocketException};|{{
|&msdn(netfx4.0,type,System.Net.Sockets.SocketException){SocketException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
[invariant] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
[en] &span(lang=en,translate=no){この操作を正しく終了しました。};
~
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
[ja] &span(lang=ja,translate=no){この操作を正しく終了しました。};
~
}}|-|
}}|
~

         
|>|~System.Reflection|
+
*System.Reflection
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Reflection.AmbiguousMatchException){AmbiguousMatchException};|{{
|&msdn(netfx4.0,type,System.Reflection.AmbiguousMatchException){AmbiguousMatchException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Ambiguous match found.};
[invariant] &span(lang=en,translate=no){Ambiguous match found.};
~
&span(class=exception-message-en,lang=en,translate=no){Ambiguous match found.};
[en] &span(lang=en,translate=no){Ambiguous match found.};
~
&span(class=exception-message-ja,lang=ja,translate=no){あいまいな一致が見つかりました。};
[ja] &span(lang=ja,translate=no){あいまいな一致が見つかりました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Reflection.CustomAttributeFormatException){CustomAttributeFormatException};|{{
|&msdn(netfx4.0,type,System.Reflection.CustomAttributeFormatException){CustomAttributeFormatException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Binary format of the specified custom attribute was invalid.};
[invariant] &span(lang=en,translate=no){Binary format of the specified custom attribute was invalid.};
~
&span(class=exception-message-en,lang=en,translate=no){Binary format of the specified custom attribute was invalid.};
[en] &span(lang=en,translate=no){Binary format of the specified custom attribute was invalid.};
~
&span(class=exception-message-ja,lang=ja,translate=no){指定されたカスタム属性のバイナリ形式は無効です。};
[ja] &span(lang=ja,translate=no){指定されたカスタム属性のバイナリ形式は無効です。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Reflection.InvalidFilterCriteriaException){InvalidFilterCriteriaException};|{{
|&msdn(netfx4.0,type,System.Reflection.InvalidFilterCriteriaException){InvalidFilterCriteriaException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Specified filter criteria was invalid.};
[invariant] &span(lang=en,translate=no){Specified filter criteria was invalid.};
~
&span(class=exception-message-en,lang=en,translate=no){Specified filter criteria was invalid.};
[en] &span(lang=en,translate=no){Specified filter criteria was invalid.};
~
&span(class=exception-message-ja,lang=ja,translate=no){指定されたフィルター条件は無効です。};
[ja] &span(lang=ja,translate=no){指定されたフィルター条件は無効です。};
~
}}|-|
}}|
~
|&msdn(netfx4.0,type,System.Reflection.MetadataException){MetadataException};|-|-|
|&msdn(netfx4.0,type,System.Reflection.MetadataException){MetadataException};|-|
~
|&msdn(netfx4.0,type,System.Reflection.ReflectionTypeLoadException){ReflectionTypeLoadException};|-|-|
|&msdn(netfx4.0,type,System.Reflection.ReflectionTypeLoadException){ReflectionTypeLoadException};|-|
 
|&msdn(netfx4.0,type,System.Reflection.TargetException){TargetException};|{{
|&msdn(netfx4.0,type,System.Reflection.TargetException){TargetException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Error in the application.};
[invariant] &span(lang=en,translate=no){Error in the application.};
~
&span(class=exception-message-en,lang=en,translate=no){Error in the application.};
[en] &span(lang=en,translate=no){Error in the application.};
~
&span(class=exception-message-ja,lang=ja,translate=no){アプリケーションでエラーが発生しました。};
[ja] &span(lang=ja,translate=no){アプリケーションでエラーが発生しました。};
~
}}|-|
}}|
~
|&msdn(netfx4.0,type,System.Reflection.TargetInvocationException){TargetInvocationException};|-|-|
|&msdn(netfx4.0,type,System.Reflection.TargetInvocationException){TargetInvocationException};|-|
 
|&msdn(netfx4.0,type,System.Reflection.TargetParameterCountException){TargetParameterCountException};|{{
|&msdn(netfx4.0,type,System.Reflection.TargetParameterCountException){TargetParameterCountException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Number of parameters specified does not match the expected number.};
[invariant] &span(lang=en,translate=no){Number of parameters specified does not match the expected number.};
~
&span(class=exception-message-en,lang=en,translate=no){Number of parameters specified does not match the expected number.};
[en] &span(lang=en,translate=no){Number of parameters specified does not match the expected number.};
~
&span(class=exception-message-ja,lang=ja,translate=no){指定されたパラメーターの数が期待された数と一致しませんでした。};
[ja] &span(lang=ja,translate=no){指定されたパラメーターの数が期待された数と一致しませんでした。};
~
}}|-|
}}|
~

         
|>|~System.Resources|
+
*System.Resources
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Resources.MissingManifestResourceException){MissingManifestResourceException};|{{
|&msdn(netfx4.0,type,System.Resources.MissingManifestResourceException){MissingManifestResourceException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Unable to find manifest resource.};
[invariant] &span(lang=en,translate=no){Unable to find manifest resource.};
~
&span(class=exception-message-en,lang=en,translate=no){Unable to find manifest resource.};
[en] &span(lang=en,translate=no){Unable to find manifest resource.};
~
&span(class=exception-message-ja,lang=ja,translate=no){マニフェスト リソースが見つかりません。};
[ja] &span(lang=ja,translate=no){マニフェスト リソースが見つかりません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Resources.MissingSatelliteAssemblyException){MissingSatelliteAssemblyException};|{{
|&msdn(netfx4.0,type,System.Resources.MissingSatelliteAssemblyException){MissingSatelliteAssemblyException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){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.};
[invariant] &span(lang=en,translate=no){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.};
~
&span(class=exception-message-en,lang=en,translate=no){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.};
[en] &span(lang=en,translate=no){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.};
~
&span(class=exception-message-ja,lang=ja,translate=no){リソース ルックアップは最終リソース フォールバックに戻りましたが、サテライトが見つからなかったか、またはサテライト読み込むことができませんでした。アプリケーションの再インストールまたは修復を検討してください。};
[ja] &span(lang=ja,translate=no){リソース ルックアップは最終リソース フォールバックに戻りましたが、サテライトが見つからなかったか、またはサテライト読み込むことができませんでした。アプリケーションの再インストールまたは修復を検討してください。};
~
}}|-|
}}|
~

         
|>|~System.Runtime.CompilerServices|
~
*System.Runtime.CompilerServices
|&msdn(netfx4.0,type,System.Runtime.CompilerServices.RuntimeWrappedException){RuntimeWrappedException};|-|
~
|~例外クラス|~メッセージ|~言及しているページ|h
|>|~System.Runtime.InteropServices|
+
|&msdn(netfx4.0,type,System.Runtime.CompilerServices.RuntimeWrappedException){RuntimeWrappedException};|-|-|
+

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

         
|>|~System.Runtime.Remoting|
+
*System.Runtime.Remoting
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Runtime.Remoting.RemotingException){RemotingException};|{{
|&msdn(netfx4.0,type,System.Runtime.Remoting.RemotingException){RemotingException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Unknown remoting error.};
[invariant] &span(lang=en,translate=no){Unknown remoting error.};
~
&span(class=exception-message-en,lang=en,translate=no){Unknown remoting error.};
[en] &span(lang=en,translate=no){Unknown remoting error.};
~
&span(class=exception-message-ja,lang=ja,translate=no){Unknown remoting error.};
[ja] &span(lang=ja,translate=no){Unknown remoting error.};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Runtime.Remoting.RemotingTimeoutException){RemotingTimeoutException};|{{
|&msdn(netfx4.0,type,System.Runtime.Remoting.RemotingTimeoutException){RemotingTimeoutException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Unknown remoting error.};
[invariant] &span(lang=en,translate=no){Unknown remoting error.};
~
&span(class=exception-message-en,lang=en,translate=no){Unknown remoting error.};
[en] &span(lang=en,translate=no){Unknown remoting error.};
~
&span(class=exception-message-ja,lang=ja,translate=no){Unknown remoting error.};
[ja] &span(lang=ja,translate=no){Unknown remoting error.};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Runtime.Remoting.ServerException){ServerException};|{{
|&msdn(netfx4.0,type,System.Runtime.Remoting.ServerException){ServerException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Unknown remoting error.};
[invariant] &span(lang=en,translate=no){Unknown remoting error.};
~
&span(class=exception-message-en,lang=en,translate=no){Unknown remoting error.};
[en] &span(lang=en,translate=no){Unknown remoting error.};
~
&span(class=exception-message-ja,lang=ja,translate=no){Unknown remoting error.};
[ja] &span(lang=ja,translate=no){Unknown remoting error.};
~
}}|-|
}}|
~

         
|>|~System.Runtime.Serialization|
+
*System.Runtime.Serialization
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Runtime.Serialization.SerializationException){SerializationException};|{{
|&msdn(netfx4.0,type,System.Runtime.Serialization.SerializationException){SerializationException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Serialization error.};
[invariant] &span(lang=en,translate=no){Serialization error.};
~
&span(class=exception-message-en,lang=en,translate=no){Serialization error.};
[en] &span(lang=en,translate=no){Serialization error.};
~
&span(class=exception-message-ja,lang=ja,translate=no){Serialization error.};
[ja] &span(lang=ja,translate=no){Serialization error.};
~
}}|-|
}}|
~

         
|>|~System.Security|
+
*System.Security
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Security.HostProtectionException){HostProtectionException};|{{
|&msdn(netfx4.0,type,System.Security.HostProtectionException){HostProtectionException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){System error.};
[invariant] &span(lang=en,translate=no){System error.};
~
&span(class=exception-message-en,lang=en,translate=no){System error.};
[en] &span(lang=en,translate=no){System error.};
~
&span(class=exception-message-ja,lang=ja,translate=no){システム エラーです。};
[ja] &span(lang=ja,translate=no){システム エラーです。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Security.SecurityException){SecurityException};|{{
|&msdn(netfx4.0,type,System.Security.SecurityException){SecurityException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Security error.};
[invariant] &span(lang=en,translate=no){Security error.};
~
&span(class=exception-message-en,lang=en,translate=no){Security error.};
[en] &span(lang=en,translate=no){Security error.};
~
&span(class=exception-message-ja,lang=ja,translate=no){セキュリティ エラーです。};
[ja] &span(lang=ja,translate=no){セキュリティ エラーです。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Security.VerificationException){VerificationException};|{{
|&msdn(netfx4.0,type,System.Security.VerificationException){VerificationException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Operation could destabilize the runtime.};
[invariant] &span(lang=en,translate=no){Operation could destabilize the runtime.};
~
&span(class=exception-message-en,lang=en,translate=no){Operation could destabilize the runtime.};
[en] &span(lang=en,translate=no){Operation could destabilize the runtime.};
~
&span(class=exception-message-ja,lang=ja,translate=no){操作はランタイムを不安定にする可能性があります。};
[ja] &span(lang=ja,translate=no){操作はランタイムを不安定にする可能性があります。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Security.XmlSyntaxException){XmlSyntaxException};|{{
|&msdn(netfx4.0,type,System.Security.XmlSyntaxException){XmlSyntaxException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Invalid syntax.};
[invariant] &span(lang=en,translate=no){Invalid syntax.};
~
&span(class=exception-message-en,lang=en,translate=no){Invalid syntax.};
[en] &span(lang=en,translate=no){Invalid syntax.};
~
&span(class=exception-message-ja,lang=ja,translate=no){無効な構文です。};
[ja] &span(lang=ja,translate=no){無効な構文です。};
~
}}|-|
}}|
~

         
|>|~System.Security.AccessControl|
+
*System.Security.AccessControl
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Security.AccessControl.PrivilegeNotHeldException){PrivilegeNotHeldException};|{{
|&msdn(netfx4.0,type,System.Security.AccessControl.PrivilegeNotHeldException){PrivilegeNotHeldException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){The process does not possess some privilege required for this operation.};
[invariant] &span(lang=en,translate=no){The process does not possess some privilege required for this operation.};
~
&span(class=exception-message-en,lang=en,translate=no){The process does not possess some privilege required for this operation.};
[en] &span(lang=en,translate=no){The process does not possess some privilege required for this operation.};
~
&span(class=exception-message-ja,lang=ja,translate=no){プロセスにはこの操作に必要な特権が与えられていません。};
[ja] &span(lang=ja,translate=no){プロセスにはこの操作に必要な特権が与えられていません。};
~
}}|-|
}}|
~

         
|>|~System.Security.Authentication|
+
*System.Security.Authentication
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Security.Authentication.AuthenticationException){AuthenticationException};|{{
|&msdn(netfx4.0,type,System.Security.Authentication.AuthenticationException){AuthenticationException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){System error.};
[invariant] &span(lang=en,translate=no){System error.};
~
&span(class=exception-message-en,lang=en,translate=no){System error.};
[en] &span(lang=en,translate=no){System error.};
~
&span(class=exception-message-ja,lang=ja,translate=no){システム エラーです。};
[ja] &span(lang=ja,translate=no){システム エラーです。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Security.Authentication.InvalidCredentialException){InvalidCredentialException};|{{
|&msdn(netfx4.0,type,System.Security.Authentication.InvalidCredentialException){InvalidCredentialException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){System error.};
[invariant] &span(lang=en,translate=no){System error.};
~
&span(class=exception-message-en,lang=en,translate=no){System error.};
[en] &span(lang=en,translate=no){System error.};
~
&span(class=exception-message-ja,lang=ja,translate=no){システム エラーです。};
[ja] &span(lang=ja,translate=no){システム エラーです。};
~
}}|-|
}}|
~

         
|>|~System.Security.Cryptography|
+
*System.Security.Cryptography
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Security.Cryptography.CryptographicException){CryptographicException};|{{
|&msdn(netfx4.0,type,System.Security.Cryptography.CryptographicException){CryptographicException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Error occurred during a cryptographic operation.};
[invariant] &span(lang=en,translate=no){Error occurred during a cryptographic operation.};
~
&span(class=exception-message-en,lang=en,translate=no){Error occurred during a cryptographic operation.};
[en] &span(lang=en,translate=no){Error occurred during a cryptographic operation.};
~
&span(class=exception-message-ja,lang=ja,translate=no){暗号化操作を実行中にエラーが発生しました。};
[ja] &span(lang=ja,translate=no){暗号化操作を実行中にエラーが発生しました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Security.Cryptography.CryptographicUnexpectedOperationException){CryptographicUnexpectedOperationException};|{{
|&msdn(netfx4.0,type,System.Security.Cryptography.CryptographicUnexpectedOperationException){CryptographicUnexpectedOperationException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Error occurred during a cryptographic operation.};
[invariant] &span(lang=en,translate=no){Error occurred during a cryptographic operation.};
~
&span(class=exception-message-en,lang=en,translate=no){Error occurred during a cryptographic operation.};
[en] &span(lang=en,translate=no){Error occurred during a cryptographic operation.};
~
&span(class=exception-message-ja,lang=ja,translate=no){暗号化操作を実行中にエラーが発生しました。};
[ja] &span(lang=ja,translate=no){暗号化操作を実行中にエラーが発生しました。};
~
}}|-|
}}|
~

         
|>|~System.Security.Policy|
+
*System.Security.Policy
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Security.Policy.PolicyException){PolicyException};|{{
|&msdn(netfx4.0,type,System.Security.Policy.PolicyException){PolicyException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Error occurred while performing a policy operation.};
[invariant] &span(lang=en,translate=no){Error occurred while performing a policy operation.};
~
&span(class=exception-message-en,lang=en,translate=no){Error occurred while performing a policy operation.};
[en] &span(lang=en,translate=no){Error occurred while performing a policy operation.};
~
&span(class=exception-message-ja,lang=ja,translate=no){ポリシー操作を実行中にエラーが発生しました。};
[ja] &span(lang=ja,translate=no){ポリシー操作を実行中にエラーが発生しました。};
~
}}|-|
}}|
~

         
|>|~System.Security.Principal|
+
*System.Security.Principal
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Security.Principal.IdentityNotMappedException){IdentityNotMappedException};|{{
|&msdn(netfx4.0,type,System.Security.Principal.IdentityNotMappedException){IdentityNotMappedException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Some or all identity references could not be translated.};
[invariant] &span(lang=en,translate=no){Some or all identity references could not be translated.};
~
&span(class=exception-message-en,lang=en,translate=no){Some or all identity references could not be translated.};
[en] &span(lang=en,translate=no){Some or all identity references could not be translated.};
~
&span(class=exception-message-ja,lang=ja,translate=no){ID 参照の一部またはすべてを変換できませんでした。};
[ja] &span(lang=ja,translate=no){ID 参照の一部またはすべてを変換できませんでした。};
~
}}|-|
}}|
~

         
|>|~System.Text|
+
*System.Text
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Text.DecoderFallbackException){DecoderFallbackException};|{{
|&msdn(netfx4.0,type,System.Text.DecoderFallbackException){DecoderFallbackException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Value does not fall within the expected range.};
[invariant] &span(lang=en,translate=no){Value does not fall within the expected range.};
~
&span(class=exception-message-en,lang=en,translate=no){Value does not fall within the expected range.};
[en] &span(lang=en,translate=no){Value does not fall within the expected range.};
~
&span(class=exception-message-ja,lang=ja,translate=no){値が有効な範囲にありません。};
[ja] &span(lang=ja,translate=no){値が有効な範囲にありません。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Text.EncoderFallbackException){EncoderFallbackException};|{{
|&msdn(netfx4.0,type,System.Text.EncoderFallbackException){EncoderFallbackException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){Value does not fall within the expected range.};
[invariant] &span(lang=en,translate=no){Value does not fall within the expected range.};
~
&span(class=exception-message-en,lang=en,translate=no){Value does not fall within the expected range.};
[en] &span(lang=en,translate=no){Value does not fall within the expected range.};
~
&span(class=exception-message-ja,lang=ja,translate=no){値が有効な範囲にありません。};
[ja] &span(lang=ja,translate=no){値が有効な範囲にありません。};
~
}}|-|
}}|
~

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

         
|>|~System.Threading.Tasks|
+
*System.Threading.Tasks
+
|~例外クラス|~メッセージ|~言及しているページ|h
 
|&msdn(netfx4.0,type,System.Threading.Tasks.TaskCanceledException){TaskCanceledException};|{{
|&msdn(netfx4.0,type,System.Threading.Tasks.TaskCanceledException){TaskCanceledException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){A task was canceled.};
[invariant] &span(lang=en,translate=no){A task was canceled.};
~
&span(class=exception-message-en,lang=en,translate=no){A task was canceled.};
[en] &span(lang=en,translate=no){A task was canceled.};
~
&span(class=exception-message-ja,lang=ja,translate=no){タスクが取り消されました。};
[ja] &span(lang=ja,translate=no){タスクが取り消されました。};
~
}}|-|
}}|
 
|&msdn(netfx4.0,type,System.Threading.Tasks.TaskSchedulerException){TaskSchedulerException};|{{
|&msdn(netfx4.0,type,System.Threading.Tasks.TaskSchedulerException){TaskSchedulerException};|{{
~
&span(class=exception-message-invariant,lang=en,translate=no){An exception was thrown by a TaskScheduler.};
[invariant] &span(lang=en,translate=no){An exception was thrown by a TaskScheduler.};
~
&span(class=exception-message-en,lang=en,translate=no){An exception was thrown by a TaskScheduler.};
[en] &span(lang=en,translate=no){An exception was thrown by a TaskScheduler.};
~
&span(class=exception-message-ja,lang=ja,translate=no){TaskScheduler によって例外がスローされました。};
[ja] &span(lang=ja,translate=no){TaskScheduler によって例外がスローされました。};
~
}}|-|
}}|
 

        

        
 

        

        
 
#navi(..)
#navi(..)

programming/netfx/exceptions/9_4_netfx4-6_types/index.wiki.txt

current previous
1,516 0,0
+
${smdncms:title,例外クラス一覧 (.NET Framework 4.6)}
+
${smdncms:keywords,クラス,一覧,派生,継承,.NET Framework 4.6,mscorlib.dll,System.dll,System.Core.dll}
+
${pragma,parser-options,non-limited-list}
+

         
+
#navi(..)
+

         
+
``mscorlib.dll``, ``System.dll``, および``System.Core.dll``に含まれる例外クラスの派生ツリーと名前空間・アセンブリ別一覧。 (一部ドキュメント化されていない例外クラスを含んでいます)
+

         
+
#adunit
+

         
+
*派生ツリー
+
**System.SystemExceptionの派生クラス
+
-&msdn(netfx4.6,type,System.Exception){System.Exception};
+
--&msdn(netfx4.6,type,System.SystemException){System.SystemException};
+
---&msdn(netfx4.6,type,System.AccessViolationException){System.AccessViolationException};
+
---&msdn(netfx4.6,type,System.AppDomainUnloadedException){System.AppDomainUnloadedException};
+
---&msdn(netfx4.6,type,System.ArgumentException){System.ArgumentException};
+
----&msdn(netfx4.6,type,System.ArgumentNullException){System.ArgumentNullException};
+
----&msdn(netfx4.6,type,System.ArgumentOutOfRangeException){System.ArgumentOutOfRangeException};
+
----&msdn(netfx4.6,type,System.DuplicateWaitObjectException){System.DuplicateWaitObjectException};
+
----&msdn(netfx4.6,type,System.ComponentModel.InvalidAsynchronousStateException){System.ComponentModel.InvalidAsynchronousStateException};
+
----&msdn(netfx4.6,type,System.ComponentModel.InvalidEnumArgumentException){System.ComponentModel.InvalidEnumArgumentException};
+
----&msdn(netfx4.6,type,System.Globalization.CultureNotFoundException){System.Globalization.CultureNotFoundException};
+
----&msdn(netfx4.6,type,System.Text.DecoderFallbackException){System.Text.DecoderFallbackException};
+
----&msdn(netfx4.6,type,System.Text.EncoderFallbackException){System.Text.EncoderFallbackException};
+
---&msdn(netfx4.6,type,System.ArithmeticException){System.ArithmeticException};
+
----&msdn(netfx4.6,type,System.DivideByZeroException){System.DivideByZeroException};
+
----&msdn(netfx4.6,type,System.NotFiniteNumberException){System.NotFiniteNumberException};
+
----&msdn(netfx4.6,type,System.OverflowException){System.OverflowException};
+
---&msdn(netfx4.6,type,System.ArrayTypeMismatchException){System.ArrayTypeMismatchException};
+
---&msdn(netfx4.6,type,System.BadImageFormatException){System.BadImageFormatException};
+
---&msdn(netfx4.6,type,System.CannotUnloadAppDomainException){System.CannotUnloadAppDomainException};
+
---&msdn(netfx4.6,type,System.ContextMarshalException){System.ContextMarshalException};
+
---&msdn(netfx4.6,type,System.DataMisalignedException){System.DataMisalignedException};
+
---&msdn(netfx4.6,type,System.ExecutionEngineException){System.ExecutionEngineException};
+
---&msdn(netfx4.6,type,System.FormatException){System.FormatException};
+
----&msdn(netfx4.6,type,System.UriFormatException){System.UriFormatException};
+
----&msdn(netfx4.6,type,System.Net.CookieException){System.Net.CookieException};
+
----&msdn(netfx4.6,type,System.Reflection.CustomAttributeFormatException){System.Reflection.CustomAttributeFormatException};
+
---&msdn(netfx4.6,type,System.IndexOutOfRangeException){System.IndexOutOfRangeException};
+
---&msdn(netfx4.6,type,System.InsufficientExecutionStackException){System.InsufficientExecutionStackException};
+
---&msdn(netfx4.6,type,System.InvalidCastException){System.InvalidCastException};
+
---&msdn(netfx4.6,type,System.InvalidOperationException){System.InvalidOperationException};
+
----&msdn(netfx4.6,type,System.ObjectDisposedException){System.ObjectDisposedException};
+
----&msdn(netfx4.6,type,System.Net.ProtocolViolationException){System.Net.ProtocolViolationException};
+
----&msdn(netfx4.6,type,System.Net.WebException){System.Net.WebException};
+
----&msdn(netfx4.6,type,System.Net.NetworkInformation.PingException){System.Net.NetworkInformation.PingException};
+
---&msdn(netfx4.6,type,System.InvalidProgramException){System.InvalidProgramException};
+
---&msdn(netfx4.6,type,System.MemberAccessException){System.MemberAccessException};
+
----&msdn(netfx4.6,type,System.FieldAccessException){System.FieldAccessException};
+
----&msdn(netfx4.6,type,System.MethodAccessException){System.MethodAccessException};
+
----&msdn(netfx4.6,type,System.MissingMemberException){System.MissingMemberException};
+
-----&msdn(netfx4.6,type,System.MissingFieldException){System.MissingFieldException};
+
-----&msdn(netfx4.6,type,System.MissingMethodException){System.MissingMethodException};
+
---&msdn(netfx4.6,type,System.MulticastNotSupportedException){System.MulticastNotSupportedException};
+
---&msdn(netfx4.6,type,System.NotImplementedException){System.NotImplementedException};
+
---&msdn(netfx4.6,type,System.NotSupportedException){System.NotSupportedException};
+
----&msdn(netfx4.6,type,System.PlatformNotSupportedException){System.PlatformNotSupportedException};
+
---&msdn(netfx4.6,type,System.NullReferenceException){System.NullReferenceException};
+
---&msdn(netfx4.6,type,System.OperationCanceledException){System.OperationCanceledException};
+
----&msdn(netfx4.6,type,System.Threading.Tasks.TaskCanceledException){System.Threading.Tasks.TaskCanceledException};
+
---&msdn(netfx4.6,type,System.OutOfMemoryException){System.OutOfMemoryException};
+
----&msdn(netfx4.6,type,System.InsufficientMemoryException){System.InsufficientMemoryException};
+
---&msdn(netfx4.6,type,System.RankException){System.RankException};
+
---&msdn(netfx4.6,type,System.StackOverflowException){System.StackOverflowException};
+
---&msdn(netfx4.6,type,System.TimeoutException){System.TimeoutException};
+
----&msdn(netfx4.6,type,System.Text.RegularExpressions.RegexMatchTimeoutException){System.Text.RegularExpressions.RegexMatchTimeoutException};
+
---&msdn(netfx4.6,type,System.TypeInitializationException){System.TypeInitializationException};
+
---&msdn(netfx4.6,type,System.TypeLoadException){System.TypeLoadException};
+
----&msdn(netfx4.6,type,System.DllNotFoundException){System.DllNotFoundException};
+
----&msdn(netfx4.6,type,System.EntryPointNotFoundException){System.EntryPointNotFoundException};
+
----&msdn(netfx4.6,type,System.TypeAccessException){System.TypeAccessException};
+
---&msdn(netfx4.6,type,System.TypeUnloadedException){System.TypeUnloadedException};
+
---&msdn(netfx4.6,type,System.UnauthorizedAccessException){System.UnauthorizedAccessException};
+
----&msdn(netfx4.6,type,System.Security.AccessControl.PrivilegeNotHeldException){System.Security.AccessControl.PrivilegeNotHeldException};
+
---&msdn(netfx4.6,type,System.Collections.Generic.KeyNotFoundException){System.Collections.Generic.KeyNotFoundException};
+
---&msdn(netfx4.6,type,System.ComponentModel.LicenseException){System.ComponentModel.LicenseException};
+
---&msdn(netfx4.6,type,System.ComponentModel.WarningException){System.ComponentModel.WarningException};
+
---&msdn(netfx4.6,type,System.Configuration.ConfigurationException){System.Configuration.ConfigurationException};
+
---&msdn(netfx4.6,type,System.IO.InternalBufferOverflowException){System.IO.InternalBufferOverflowException};
+
---&msdn(netfx4.6,type,System.IO.InvalidDataException){System.IO.InvalidDataException};
+
---&msdn(netfx4.6,type,System.IO.IOException){System.IO.IOException};
+
----&msdn(netfx4.6,type,System.IO.DirectoryNotFoundException){System.IO.DirectoryNotFoundException};
+
----&msdn(netfx4.6,type,System.IO.DriveNotFoundException){System.IO.DriveNotFoundException};
+
----&msdn(netfx4.6,type,System.IO.EndOfStreamException){System.IO.EndOfStreamException};
+
----&msdn(netfx4.6,type,System.IO.FileLoadException){System.IO.FileLoadException};
+
----&msdn(netfx4.6,type,System.IO.FileNotFoundException){System.IO.FileNotFoundException};
+
----&msdn(netfx4.6,type,System.IO.PathTooLongException){System.IO.PathTooLongException};
+
----&msdn(netfx4.6,type,System.IO.Compression.ZLibException){System.IO.Compression.ZLibException};
+
---&msdn(netfx4.6,type,System.Net.InternalException){System.Net.InternalException};
+
---&msdn(netfx4.6,type,System.Reflection.AmbiguousMatchException){System.Reflection.AmbiguousMatchException};
+
---&msdn(netfx4.6,type,System.Reflection.ReflectionTypeLoadException){System.Reflection.ReflectionTypeLoadException};
+
---&msdn(netfx4.6,type,System.Resources.MissingManifestResourceException){System.Resources.MissingManifestResourceException};
+
---&msdn(netfx4.6,type,System.Resources.MissingSatelliteAssemblyException){System.Resources.MissingSatelliteAssemblyException};
+
---&msdn(netfx4.6,type,System.Runtime.InteropServices.ExternalException){System.Runtime.InteropServices.ExternalException};
+
----&msdn(netfx4.6,type,System.ComponentModel.Win32Exception){System.ComponentModel.Win32Exception};
+
-----&msdn(netfx4.6,type,System.Net.HttpListenerException){System.Net.HttpListenerException};
+
-----&msdn(netfx4.6,type,System.Net.NetworkInformation.NetworkInformationException){System.Net.NetworkInformation.NetworkInformationException};
+
-----&msdn(netfx4.6,type,System.Net.Sockets.SocketException){System.Net.Sockets.SocketException};
+
-----&msdn(netfx4.6,type,System.Net.WebSockets.WebSocketException){System.Net.WebSockets.WebSocketException};
+
----&msdn(netfx4.6,type,System.ComponentModel.Design.CheckoutException){System.ComponentModel.Design.CheckoutException};
+
----&msdn(netfx4.6,type,System.Runtime.InteropServices.COMException){System.Runtime.InteropServices.COMException};
+
----&msdn(netfx4.6,type,System.Runtime.InteropServices.SEHException){System.Runtime.InteropServices.SEHException};
+
---&msdn(netfx4.6,type,System.Runtime.InteropServices.InvalidComObjectException){System.Runtime.InteropServices.InvalidComObjectException};
+
---&msdn(netfx4.6,type,System.Runtime.InteropServices.InvalidOleVariantTypeException){System.Runtime.InteropServices.InvalidOleVariantTypeException};
+
---&msdn(netfx4.6,type,System.Runtime.InteropServices.MarshalDirectiveException){System.Runtime.InteropServices.MarshalDirectiveException};
+
---&msdn(netfx4.6,type,System.Runtime.InteropServices.SafeArrayRankMismatchException){System.Runtime.InteropServices.SafeArrayRankMismatchException};
+
---&msdn(netfx4.6,type,System.Runtime.InteropServices.SafeArrayTypeMismatchException){System.Runtime.InteropServices.SafeArrayTypeMismatchException};
+
---&msdn(netfx4.6,type,System.Runtime.Remoting.RemotingException){System.Runtime.Remoting.RemotingException};
+
----&msdn(netfx4.6,type,System.Runtime.Remoting.RemotingTimeoutException){System.Runtime.Remoting.RemotingTimeoutException};
+
---&msdn(netfx4.6,type,System.Runtime.Remoting.ServerException){System.Runtime.Remoting.ServerException};
+
---&msdn(netfx4.6,type,System.Runtime.Serialization.SerializationException){System.Runtime.Serialization.SerializationException};
+
---&msdn(netfx4.6,type,System.Security.HostProtectionException){System.Security.HostProtectionException};
+
---&msdn(netfx4.6,type,System.Security.SecurityException){System.Security.SecurityException};
+
---&msdn(netfx4.6,type,System.Security.VerificationException){System.Security.VerificationException};
+
---&msdn(netfx4.6,type,System.Security.XmlSyntaxException){System.Security.XmlSyntaxException};
+
---&msdn(netfx4.6,type,System.Security.Authentication.AuthenticationException){System.Security.Authentication.AuthenticationException};
+
----&msdn(netfx4.6,type,System.Security.Authentication.InvalidCredentialException){System.Security.Authentication.InvalidCredentialException};
+
---&msdn(netfx4.6,type,System.Security.Cryptography.CryptographicException){System.Security.Cryptography.CryptographicException};
+
----&msdn(netfx4.6,type,System.Security.Cryptography.CryptographicUnexpectedOperationException){System.Security.Cryptography.CryptographicUnexpectedOperationException};
+
---&msdn(netfx4.6,type,System.Security.Policy.PolicyException){System.Security.Policy.PolicyException};
+
---&msdn(netfx4.6,type,System.Security.Principal.IdentityNotMappedException){System.Security.Principal.IdentityNotMappedException};
+
---&msdn(netfx4.6,type,System.Threading.AbandonedMutexException){System.Threading.AbandonedMutexException};
+
---&msdn(netfx4.6,type,System.Threading.SemaphoreFullException){System.Threading.SemaphoreFullException};
+
---&msdn(netfx4.6,type,System.Threading.SynchronizationLockException){System.Threading.SynchronizationLockException};
+
---&msdn(netfx4.6,type,System.Threading.ThreadAbortException){System.Threading.ThreadAbortException};
+
---&msdn(netfx4.6,type,System.Threading.ThreadInterruptedException){System.Threading.ThreadInterruptedException};
+
---&msdn(netfx4.6,type,System.Threading.ThreadStartException){System.Threading.ThreadStartException};
+
---&msdn(netfx4.6,type,System.Threading.ThreadStateException){System.Threading.ThreadStateException};
+

         
+
**System.ApplicationExceptionの派生クラス
+
-&msdn(netfx4.6,type,System.Exception){System.Exception};
+
--&msdn(netfx4.6,type,System.ApplicationException){System.ApplicationException};
+
---&msdn(netfx4.6,type,System.Reflection.InvalidFilterCriteriaException){System.Reflection.InvalidFilterCriteriaException};
+
---&msdn(netfx4.6,type,System.Reflection.TargetException){System.Reflection.TargetException};
+
---&msdn(netfx4.6,type,System.Reflection.TargetInvocationException){System.Reflection.TargetInvocationException};
+
---&msdn(netfx4.6,type,System.Reflection.TargetParameterCountException){System.Reflection.TargetParameterCountException};
+
---&msdn(netfx4.6,type,System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal+NativeOrStaticEventRegistrationImpl+ReaderWriterLockTimedOutException){System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal+NativeOrStaticEventRegistrationImpl+ReaderWriterLockTimedOutException};
+
---&msdn(netfx4.6,type,System.Threading.WaitHandleCannotBeOpenedException){System.Threading.WaitHandleCannotBeOpenedException};
+

         
+
**上記以外の例外クラス
+
-&msdn(netfx4.6,type,System.Exception){System.Exception};
+
--&msdn(netfx4.6,type,System.AggregateException){System.AggregateException};
+
--&msdn(netfx4.6,type,System.InvalidTimeZoneException){System.InvalidTimeZoneException};
+
--&msdn(netfx4.6,type,System.TimeZoneNotFoundException){System.TimeZoneNotFoundException};
+
--&msdn(netfx4.6,type,System.Configuration.SettingsPropertyIsReadOnlyException){System.Configuration.SettingsPropertyIsReadOnlyException};
+
--&msdn(netfx4.6,type,System.Configuration.SettingsPropertyNotFoundException){System.Configuration.SettingsPropertyNotFoundException};
+
--&msdn(netfx4.6,type,System.Configuration.SettingsPropertyWrongTypeException){System.Configuration.SettingsPropertyWrongTypeException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Contracts.ContractException){System.Diagnostics.Contracts.ContractException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogException){System.Diagnostics.Eventing.Reader.EventLogException};
+
---&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogInvalidDataException){System.Diagnostics.Eventing.Reader.EventLogInvalidDataException};
+
---&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogNotFoundException){System.Diagnostics.Eventing.Reader.EventLogNotFoundException};
+
---&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException){System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException};
+
---&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogReadingException){System.Diagnostics.Eventing.Reader.EventLogReadingException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Tracing.EventSourceException){System.Diagnostics.Tracing.EventSourceException};
+
--&msdn(netfx4.6,type,System.IO.IsolatedStorage.IsolatedStorageException){System.IO.IsolatedStorage.IsolatedStorageException};
+
--&msdn(netfx4.6,type,System.Linq.SystemCore_EnumerableDebugViewEmptyException){System.Linq.SystemCore_EnumerableDebugViewEmptyException};
+
--&msdn(netfx4.6,type,System.Management.Instrumentation.InstrumentationBaseException){System.Management.Instrumentation.InstrumentationBaseException};
+
---&msdn(netfx4.6,type,System.Management.Instrumentation.InstrumentationException){System.Management.Instrumentation.InstrumentationException};
+
----&msdn(netfx4.6,type,System.Management.Instrumentation.InstanceNotFoundException){System.Management.Instrumentation.InstanceNotFoundException};
+
--&msdn(netfx4.6,type,System.Net.Mail.SmtpException){System.Net.Mail.SmtpException};
+
---&msdn(netfx4.6,type,System.Net.Mail.SmtpFailedRecipientException){System.Net.Mail.SmtpFailedRecipientException};
+
----&msdn(netfx4.6,type,System.Net.Mail.SmtpFailedRecipientsException){System.Net.Mail.SmtpFailedRecipientsException};
+
--&msdn(netfx4.6,type,System.Reflection.MetadataException){System.Reflection.MetadataException};
+
--&msdn(netfx4.6,type,System.Runtime.CompilerServices.RuntimeWrappedException){System.Runtime.CompilerServices.RuntimeWrappedException};
+
--&msdn(netfx4.6,type,System.Threading.BarrierPostPhaseException){System.Threading.BarrierPostPhaseException};
+
--&msdn(netfx4.6,type,System.Threading.LockRecursionException){System.Threading.LockRecursionException};
+
--&msdn(netfx4.6,type,System.Threading.Tasks.TaskSchedulerException){System.Threading.Tasks.TaskSchedulerException};
+

         
+
*名前空間別
+
-System
+
--&msdn(netfx4.6,type,System.AccessViolationException){AccessViolationException};
+
--&msdn(netfx4.6,type,System.AggregateException){AggregateException};
+
--&msdn(netfx4.6,type,System.AppDomainUnloadedException){AppDomainUnloadedException};
+
--&msdn(netfx4.6,type,System.ApplicationException){ApplicationException};
+
--&msdn(netfx4.6,type,System.ArgumentException){ArgumentException};
+
--&msdn(netfx4.6,type,System.ArgumentNullException){ArgumentNullException};
+
--&msdn(netfx4.6,type,System.ArgumentOutOfRangeException){ArgumentOutOfRangeException};
+
--&msdn(netfx4.6,type,System.ArithmeticException){ArithmeticException};
+
--&msdn(netfx4.6,type,System.ArrayTypeMismatchException){ArrayTypeMismatchException};
+
--&msdn(netfx4.6,type,System.BadImageFormatException){BadImageFormatException};
+
--&msdn(netfx4.6,type,System.CannotUnloadAppDomainException){CannotUnloadAppDomainException};
+
--&msdn(netfx4.6,type,System.ContextMarshalException){ContextMarshalException};
+
--&msdn(netfx4.6,type,System.DataMisalignedException){DataMisalignedException};
+
--&msdn(netfx4.6,type,System.DivideByZeroException){DivideByZeroException};
+
--&msdn(netfx4.6,type,System.DllNotFoundException){DllNotFoundException};
+
--&msdn(netfx4.6,type,System.DuplicateWaitObjectException){DuplicateWaitObjectException};
+
--&msdn(netfx4.6,type,System.EntryPointNotFoundException){EntryPointNotFoundException};
+
--&msdn(netfx4.6,type,System.Exception){Exception};
+
--&msdn(netfx4.6,type,System.ExecutionEngineException){ExecutionEngineException};
+
--&msdn(netfx4.6,type,System.FieldAccessException){FieldAccessException};
+
--&msdn(netfx4.6,type,System.FormatException){FormatException};
+
--&msdn(netfx4.6,type,System.IndexOutOfRangeException){IndexOutOfRangeException};
+
--&msdn(netfx4.6,type,System.InsufficientExecutionStackException){InsufficientExecutionStackException};
+
--&msdn(netfx4.6,type,System.InsufficientMemoryException){InsufficientMemoryException};
+
--&msdn(netfx4.6,type,System.InvalidCastException){InvalidCastException};
+
--&msdn(netfx4.6,type,System.InvalidOperationException){InvalidOperationException};
+
--&msdn(netfx4.6,type,System.InvalidProgramException){InvalidProgramException};
+
--&msdn(netfx4.6,type,System.InvalidTimeZoneException){InvalidTimeZoneException};
+
--&msdn(netfx4.6,type,System.MemberAccessException){MemberAccessException};
+
--&msdn(netfx4.6,type,System.MethodAccessException){MethodAccessException};
+
--&msdn(netfx4.6,type,System.MissingFieldException){MissingFieldException};
+
--&msdn(netfx4.6,type,System.MissingMemberException){MissingMemberException};
+
--&msdn(netfx4.6,type,System.MissingMethodException){MissingMethodException};
+
--&msdn(netfx4.6,type,System.MulticastNotSupportedException){MulticastNotSupportedException};
+
--&msdn(netfx4.6,type,System.NotFiniteNumberException){NotFiniteNumberException};
+
--&msdn(netfx4.6,type,System.NotImplementedException){NotImplementedException};
+
--&msdn(netfx4.6,type,System.NotSupportedException){NotSupportedException};
+
--&msdn(netfx4.6,type,System.NullReferenceException){NullReferenceException};
+
--&msdn(netfx4.6,type,System.ObjectDisposedException){ObjectDisposedException};
+
--&msdn(netfx4.6,type,System.OperationCanceledException){OperationCanceledException};
+
--&msdn(netfx4.6,type,System.OutOfMemoryException){OutOfMemoryException};
+
--&msdn(netfx4.6,type,System.OverflowException){OverflowException};
+
--&msdn(netfx4.6,type,System.PlatformNotSupportedException){PlatformNotSupportedException};
+
--&msdn(netfx4.6,type,System.RankException){RankException};
+
--&msdn(netfx4.6,type,System.StackOverflowException){StackOverflowException};
+
--&msdn(netfx4.6,type,System.SystemException){SystemException};
+
--&msdn(netfx4.6,type,System.TimeoutException){TimeoutException};
+
--&msdn(netfx4.6,type,System.TimeZoneNotFoundException){TimeZoneNotFoundException};
+
--&msdn(netfx4.6,type,System.TypeAccessException){TypeAccessException};
+
--&msdn(netfx4.6,type,System.TypeInitializationException){TypeInitializationException};
+
--&msdn(netfx4.6,type,System.TypeLoadException){TypeLoadException};
+
--&msdn(netfx4.6,type,System.TypeUnloadedException){TypeUnloadedException};
+
--&msdn(netfx4.6,type,System.UnauthorizedAccessException){UnauthorizedAccessException};
+
--&msdn(netfx4.6,type,System.UriFormatException){UriFormatException};
+
-System.Collections.Generic
+
--&msdn(netfx4.6,type,System.Collections.Generic.KeyNotFoundException){KeyNotFoundException};
+
-System.ComponentModel
+
--&msdn(netfx4.6,type,System.ComponentModel.InvalidAsynchronousStateException){InvalidAsynchronousStateException};
+
--&msdn(netfx4.6,type,System.ComponentModel.InvalidEnumArgumentException){InvalidEnumArgumentException};
+
--&msdn(netfx4.6,type,System.ComponentModel.LicenseException){LicenseException};
+
--&msdn(netfx4.6,type,System.ComponentModel.WarningException){WarningException};
+
--&msdn(netfx4.6,type,System.ComponentModel.Win32Exception){Win32Exception};
+
-System.ComponentModel.Design
+
--&msdn(netfx4.6,type,System.ComponentModel.Design.CheckoutException){CheckoutException};
+
-System.Configuration
+
--&msdn(netfx4.6,type,System.Configuration.ConfigurationException){ConfigurationException};
+
--&msdn(netfx4.6,type,System.Configuration.SettingsPropertyIsReadOnlyException){SettingsPropertyIsReadOnlyException};
+
--&msdn(netfx4.6,type,System.Configuration.SettingsPropertyNotFoundException){SettingsPropertyNotFoundException};
+
--&msdn(netfx4.6,type,System.Configuration.SettingsPropertyWrongTypeException){SettingsPropertyWrongTypeException};
+
-System.Diagnostics.Contracts
+
--&msdn(netfx4.6,type,System.Diagnostics.Contracts.ContractException){ContractException};
+
-System.Diagnostics.Eventing.Reader
+
--&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogException){EventLogException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogInvalidDataException){EventLogInvalidDataException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogNotFoundException){EventLogNotFoundException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException){EventLogProviderDisabledException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogReadingException){EventLogReadingException};
+
-System.Diagnostics.Tracing
+
--&msdn(netfx4.6,type,System.Diagnostics.Tracing.EventSourceException){EventSourceException};
+
-System.Globalization
+
--&msdn(netfx4.6,type,System.Globalization.CultureNotFoundException){CultureNotFoundException};
+
-System.IO
+
--&msdn(netfx4.6,type,System.IO.DirectoryNotFoundException){DirectoryNotFoundException};
+
--&msdn(netfx4.6,type,System.IO.DriveNotFoundException){DriveNotFoundException};
+
--&msdn(netfx4.6,type,System.IO.EndOfStreamException){EndOfStreamException};
+
--&msdn(netfx4.6,type,System.IO.FileLoadException){FileLoadException};
+
--&msdn(netfx4.6,type,System.IO.FileNotFoundException){FileNotFoundException};
+
--&msdn(netfx4.6,type,System.IO.InternalBufferOverflowException){InternalBufferOverflowException};
+
--&msdn(netfx4.6,type,System.IO.InvalidDataException){InvalidDataException};
+
--&msdn(netfx4.6,type,System.IO.IOException){IOException};
+
--&msdn(netfx4.6,type,System.IO.PathTooLongException){PathTooLongException};
+
-System.IO.Compression
+
--&msdn(netfx4.6,type,System.IO.Compression.ZLibException){ZLibException};
+
-System.IO.IsolatedStorage
+
--&msdn(netfx4.6,type,System.IO.IsolatedStorage.IsolatedStorageException){IsolatedStorageException};
+
-System.Linq
+
--&msdn(netfx4.6,type,System.Linq.SystemCore_EnumerableDebugViewEmptyException){SystemCore_EnumerableDebugViewEmptyException};
+
-System.Management.Instrumentation
+
--&msdn(netfx4.6,type,System.Management.Instrumentation.InstanceNotFoundException){InstanceNotFoundException};
+
--&msdn(netfx4.6,type,System.Management.Instrumentation.InstrumentationBaseException){InstrumentationBaseException};
+
--&msdn(netfx4.6,type,System.Management.Instrumentation.InstrumentationException){InstrumentationException};
+
-System.Net
+
--&msdn(netfx4.6,type,System.Net.CookieException){CookieException};
+
--&msdn(netfx4.6,type,System.Net.HttpListenerException){HttpListenerException};
+
--&msdn(netfx4.6,type,System.Net.InternalException){InternalException};
+
--&msdn(netfx4.6,type,System.Net.ProtocolViolationException){ProtocolViolationException};
+
--&msdn(netfx4.6,type,System.Net.WebException){WebException};
+
-System.Net.Mail
+
--&msdn(netfx4.6,type,System.Net.Mail.SmtpException){SmtpException};
+
--&msdn(netfx4.6,type,System.Net.Mail.SmtpFailedRecipientException){SmtpFailedRecipientException};
+
--&msdn(netfx4.6,type,System.Net.Mail.SmtpFailedRecipientsException){SmtpFailedRecipientsException};
+
-System.Net.NetworkInformation
+
--&msdn(netfx4.6,type,System.Net.NetworkInformation.NetworkInformationException){NetworkInformationException};
+
--&msdn(netfx4.6,type,System.Net.NetworkInformation.PingException){PingException};
+
-System.Net.Sockets
+
--&msdn(netfx4.6,type,System.Net.Sockets.SocketException){SocketException};
+
-System.Net.WebSockets
+
--&msdn(netfx4.6,type,System.Net.WebSockets.WebSocketException){WebSocketException};
+
-System.Reflection
+
--&msdn(netfx4.6,type,System.Reflection.AmbiguousMatchException){AmbiguousMatchException};
+
--&msdn(netfx4.6,type,System.Reflection.CustomAttributeFormatException){CustomAttributeFormatException};
+
--&msdn(netfx4.6,type,System.Reflection.InvalidFilterCriteriaException){InvalidFilterCriteriaException};
+
--&msdn(netfx4.6,type,System.Reflection.MetadataException){MetadataException};
+
--&msdn(netfx4.6,type,System.Reflection.ReflectionTypeLoadException){ReflectionTypeLoadException};
+
--&msdn(netfx4.6,type,System.Reflection.TargetException){TargetException};
+
--&msdn(netfx4.6,type,System.Reflection.TargetInvocationException){TargetInvocationException};
+
--&msdn(netfx4.6,type,System.Reflection.TargetParameterCountException){TargetParameterCountException};
+
-System.Resources
+
--&msdn(netfx4.6,type,System.Resources.MissingManifestResourceException){MissingManifestResourceException};
+
--&msdn(netfx4.6,type,System.Resources.MissingSatelliteAssemblyException){MissingSatelliteAssemblyException};
+
-System.Runtime.CompilerServices
+
--&msdn(netfx4.6,type,System.Runtime.CompilerServices.RuntimeWrappedException){RuntimeWrappedException};
+
-System.Runtime.InteropServices
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.COMException){COMException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.ExternalException){ExternalException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.InvalidComObjectException){InvalidComObjectException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.InvalidOleVariantTypeException){InvalidOleVariantTypeException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.MarshalDirectiveException){MarshalDirectiveException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.SafeArrayRankMismatchException){SafeArrayRankMismatchException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.SafeArrayTypeMismatchException){SafeArrayTypeMismatchException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.SEHException){SEHException};
+
-System.Runtime.InteropServices.WindowsRuntime
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal+NativeOrStaticEventRegistrationImpl+ReaderWriterLockTimedOutException){ReaderWriterLockTimedOutException};
+
-System.Runtime.Remoting
+
--&msdn(netfx4.6,type,System.Runtime.Remoting.RemotingException){RemotingException};
+
--&msdn(netfx4.6,type,System.Runtime.Remoting.RemotingTimeoutException){RemotingTimeoutException};
+
--&msdn(netfx4.6,type,System.Runtime.Remoting.ServerException){ServerException};
+
-System.Runtime.Serialization
+
--&msdn(netfx4.6,type,System.Runtime.Serialization.SerializationException){SerializationException};
+
-System.Security
+
--&msdn(netfx4.6,type,System.Security.HostProtectionException){HostProtectionException};
+
--&msdn(netfx4.6,type,System.Security.SecurityException){SecurityException};
+
--&msdn(netfx4.6,type,System.Security.VerificationException){VerificationException};
+
--&msdn(netfx4.6,type,System.Security.XmlSyntaxException){XmlSyntaxException};
+
-System.Security.AccessControl
+
--&msdn(netfx4.6,type,System.Security.AccessControl.PrivilegeNotHeldException){PrivilegeNotHeldException};
+
-System.Security.Authentication
+
--&msdn(netfx4.6,type,System.Security.Authentication.AuthenticationException){AuthenticationException};
+
--&msdn(netfx4.6,type,System.Security.Authentication.InvalidCredentialException){InvalidCredentialException};
+
-System.Security.Cryptography
+
--&msdn(netfx4.6,type,System.Security.Cryptography.CryptographicException){CryptographicException};
+
--&msdn(netfx4.6,type,System.Security.Cryptography.CryptographicUnexpectedOperationException){CryptographicUnexpectedOperationException};
+
-System.Security.Policy
+
--&msdn(netfx4.6,type,System.Security.Policy.PolicyException){PolicyException};
+
-System.Security.Principal
+
--&msdn(netfx4.6,type,System.Security.Principal.IdentityNotMappedException){IdentityNotMappedException};
+
-System.Text
+
--&msdn(netfx4.6,type,System.Text.DecoderFallbackException){DecoderFallbackException};
+
--&msdn(netfx4.6,type,System.Text.EncoderFallbackException){EncoderFallbackException};
+
-System.Text.RegularExpressions
+
--&msdn(netfx4.6,type,System.Text.RegularExpressions.RegexMatchTimeoutException){RegexMatchTimeoutException};
+
-System.Threading
+
--&msdn(netfx4.6,type,System.Threading.AbandonedMutexException){AbandonedMutexException};
+
--&msdn(netfx4.6,type,System.Threading.BarrierPostPhaseException){BarrierPostPhaseException};
+
--&msdn(netfx4.6,type,System.Threading.LockRecursionException){LockRecursionException};
+
--&msdn(netfx4.6,type,System.Threading.SemaphoreFullException){SemaphoreFullException};
+
--&msdn(netfx4.6,type,System.Threading.SynchronizationLockException){SynchronizationLockException};
+
--&msdn(netfx4.6,type,System.Threading.ThreadAbortException){ThreadAbortException};
+
--&msdn(netfx4.6,type,System.Threading.ThreadInterruptedException){ThreadInterruptedException};
+
--&msdn(netfx4.6,type,System.Threading.ThreadStartException){ThreadStartException};
+
--&msdn(netfx4.6,type,System.Threading.ThreadStateException){ThreadStateException};
+
--&msdn(netfx4.6,type,System.Threading.WaitHandleCannotBeOpenedException){WaitHandleCannotBeOpenedException};
+
-System.Threading.Tasks
+
--&msdn(netfx4.6,type,System.Threading.Tasks.TaskCanceledException){TaskCanceledException};
+
--&msdn(netfx4.6,type,System.Threading.Tasks.TaskSchedulerException){TaskSchedulerException};
+

         
+
*アセンブリ別
+
-mscorlib
+
--&msdn(netfx4.6,type,System.AccessViolationException){System.AccessViolationException};
+
--&msdn(netfx4.6,type,System.AggregateException){System.AggregateException};
+
--&msdn(netfx4.6,type,System.AppDomainUnloadedException){System.AppDomainUnloadedException};
+
--&msdn(netfx4.6,type,System.ApplicationException){System.ApplicationException};
+
--&msdn(netfx4.6,type,System.ArgumentException){System.ArgumentException};
+
--&msdn(netfx4.6,type,System.ArgumentNullException){System.ArgumentNullException};
+
--&msdn(netfx4.6,type,System.ArgumentOutOfRangeException){System.ArgumentOutOfRangeException};
+
--&msdn(netfx4.6,type,System.ArithmeticException){System.ArithmeticException};
+
--&msdn(netfx4.6,type,System.ArrayTypeMismatchException){System.ArrayTypeMismatchException};
+
--&msdn(netfx4.6,type,System.BadImageFormatException){System.BadImageFormatException};
+
--&msdn(netfx4.6,type,System.CannotUnloadAppDomainException){System.CannotUnloadAppDomainException};
+
--&msdn(netfx4.6,type,System.ContextMarshalException){System.ContextMarshalException};
+
--&msdn(netfx4.6,type,System.DataMisalignedException){System.DataMisalignedException};
+
--&msdn(netfx4.6,type,System.DivideByZeroException){System.DivideByZeroException};
+
--&msdn(netfx4.6,type,System.DllNotFoundException){System.DllNotFoundException};
+
--&msdn(netfx4.6,type,System.DuplicateWaitObjectException){System.DuplicateWaitObjectException};
+
--&msdn(netfx4.6,type,System.EntryPointNotFoundException){System.EntryPointNotFoundException};
+
--&msdn(netfx4.6,type,System.Exception){System.Exception};
+
--&msdn(netfx4.6,type,System.ExecutionEngineException){System.ExecutionEngineException};
+
--&msdn(netfx4.6,type,System.FieldAccessException){System.FieldAccessException};
+
--&msdn(netfx4.6,type,System.FormatException){System.FormatException};
+
--&msdn(netfx4.6,type,System.IndexOutOfRangeException){System.IndexOutOfRangeException};
+
--&msdn(netfx4.6,type,System.InsufficientExecutionStackException){System.InsufficientExecutionStackException};
+
--&msdn(netfx4.6,type,System.InsufficientMemoryException){System.InsufficientMemoryException};
+
--&msdn(netfx4.6,type,System.InvalidCastException){System.InvalidCastException};
+
--&msdn(netfx4.6,type,System.InvalidOperationException){System.InvalidOperationException};
+
--&msdn(netfx4.6,type,System.InvalidProgramException){System.InvalidProgramException};
+
--&msdn(netfx4.6,type,System.InvalidTimeZoneException){System.InvalidTimeZoneException};
+
--&msdn(netfx4.6,type,System.MemberAccessException){System.MemberAccessException};
+
--&msdn(netfx4.6,type,System.MethodAccessException){System.MethodAccessException};
+
--&msdn(netfx4.6,type,System.MissingFieldException){System.MissingFieldException};
+
--&msdn(netfx4.6,type,System.MissingMemberException){System.MissingMemberException};
+
--&msdn(netfx4.6,type,System.MissingMethodException){System.MissingMethodException};
+
--&msdn(netfx4.6,type,System.MulticastNotSupportedException){System.MulticastNotSupportedException};
+
--&msdn(netfx4.6,type,System.NotFiniteNumberException){System.NotFiniteNumberException};
+
--&msdn(netfx4.6,type,System.NotImplementedException){System.NotImplementedException};
+
--&msdn(netfx4.6,type,System.NotSupportedException){System.NotSupportedException};
+
--&msdn(netfx4.6,type,System.NullReferenceException){System.NullReferenceException};
+
--&msdn(netfx4.6,type,System.ObjectDisposedException){System.ObjectDisposedException};
+
--&msdn(netfx4.6,type,System.OperationCanceledException){System.OperationCanceledException};
+
--&msdn(netfx4.6,type,System.OutOfMemoryException){System.OutOfMemoryException};
+
--&msdn(netfx4.6,type,System.OverflowException){System.OverflowException};
+
--&msdn(netfx4.6,type,System.PlatformNotSupportedException){System.PlatformNotSupportedException};
+
--&msdn(netfx4.6,type,System.RankException){System.RankException};
+
--&msdn(netfx4.6,type,System.StackOverflowException){System.StackOverflowException};
+
--&msdn(netfx4.6,type,System.SystemException){System.SystemException};
+
--&msdn(netfx4.6,type,System.TimeoutException){System.TimeoutException};
+
--&msdn(netfx4.6,type,System.TimeZoneNotFoundException){System.TimeZoneNotFoundException};
+
--&msdn(netfx4.6,type,System.TypeAccessException){System.TypeAccessException};
+
--&msdn(netfx4.6,type,System.TypeInitializationException){System.TypeInitializationException};
+
--&msdn(netfx4.6,type,System.TypeLoadException){System.TypeLoadException};
+
--&msdn(netfx4.6,type,System.TypeUnloadedException){System.TypeUnloadedException};
+
--&msdn(netfx4.6,type,System.UnauthorizedAccessException){System.UnauthorizedAccessException};
+
--&msdn(netfx4.6,type,System.Collections.Generic.KeyNotFoundException){System.Collections.Generic.KeyNotFoundException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Contracts.ContractException){System.Diagnostics.Contracts.ContractException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Tracing.EventSourceException){System.Diagnostics.Tracing.EventSourceException};
+
--&msdn(netfx4.6,type,System.Globalization.CultureNotFoundException){System.Globalization.CultureNotFoundException};
+
--&msdn(netfx4.6,type,System.IO.DirectoryNotFoundException){System.IO.DirectoryNotFoundException};
+
--&msdn(netfx4.6,type,System.IO.DriveNotFoundException){System.IO.DriveNotFoundException};
+
--&msdn(netfx4.6,type,System.IO.EndOfStreamException){System.IO.EndOfStreamException};
+
--&msdn(netfx4.6,type,System.IO.FileLoadException){System.IO.FileLoadException};
+
--&msdn(netfx4.6,type,System.IO.FileNotFoundException){System.IO.FileNotFoundException};
+
--&msdn(netfx4.6,type,System.IO.IOException){System.IO.IOException};
+
--&msdn(netfx4.6,type,System.IO.PathTooLongException){System.IO.PathTooLongException};
+
--&msdn(netfx4.6,type,System.IO.IsolatedStorage.IsolatedStorageException){System.IO.IsolatedStorage.IsolatedStorageException};
+
--&msdn(netfx4.6,type,System.Reflection.AmbiguousMatchException){System.Reflection.AmbiguousMatchException};
+
--&msdn(netfx4.6,type,System.Reflection.CustomAttributeFormatException){System.Reflection.CustomAttributeFormatException};
+
--&msdn(netfx4.6,type,System.Reflection.InvalidFilterCriteriaException){System.Reflection.InvalidFilterCriteriaException};
+
--&msdn(netfx4.6,type,System.Reflection.MetadataException){System.Reflection.MetadataException};
+
--&msdn(netfx4.6,type,System.Reflection.ReflectionTypeLoadException){System.Reflection.ReflectionTypeLoadException};
+
--&msdn(netfx4.6,type,System.Reflection.TargetException){System.Reflection.TargetException};
+
--&msdn(netfx4.6,type,System.Reflection.TargetInvocationException){System.Reflection.TargetInvocationException};
+
--&msdn(netfx4.6,type,System.Reflection.TargetParameterCountException){System.Reflection.TargetParameterCountException};
+
--&msdn(netfx4.6,type,System.Resources.MissingManifestResourceException){System.Resources.MissingManifestResourceException};
+
--&msdn(netfx4.6,type,System.Resources.MissingSatelliteAssemblyException){System.Resources.MissingSatelliteAssemblyException};
+
--&msdn(netfx4.6,type,System.Runtime.CompilerServices.RuntimeWrappedException){System.Runtime.CompilerServices.RuntimeWrappedException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.COMException){System.Runtime.InteropServices.COMException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.ExternalException){System.Runtime.InteropServices.ExternalException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.InvalidComObjectException){System.Runtime.InteropServices.InvalidComObjectException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.InvalidOleVariantTypeException){System.Runtime.InteropServices.InvalidOleVariantTypeException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.MarshalDirectiveException){System.Runtime.InteropServices.MarshalDirectiveException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.SafeArrayRankMismatchException){System.Runtime.InteropServices.SafeArrayRankMismatchException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.SafeArrayTypeMismatchException){System.Runtime.InteropServices.SafeArrayTypeMismatchException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.SEHException){System.Runtime.InteropServices.SEHException};
+
--&msdn(netfx4.6,type,System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal+NativeOrStaticEventRegistrationImpl+ReaderWriterLockTimedOutException){System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal+NativeOrStaticEventRegistrationImpl+ReaderWriterLockTimedOutException};
+
--&msdn(netfx4.6,type,System.Runtime.Remoting.RemotingException){System.Runtime.Remoting.RemotingException};
+
--&msdn(netfx4.6,type,System.Runtime.Remoting.RemotingTimeoutException){System.Runtime.Remoting.RemotingTimeoutException};
+
--&msdn(netfx4.6,type,System.Runtime.Remoting.ServerException){System.Runtime.Remoting.ServerException};
+
--&msdn(netfx4.6,type,System.Runtime.Serialization.SerializationException){System.Runtime.Serialization.SerializationException};
+
--&msdn(netfx4.6,type,System.Security.HostProtectionException){System.Security.HostProtectionException};
+
--&msdn(netfx4.6,type,System.Security.SecurityException){System.Security.SecurityException};
+
--&msdn(netfx4.6,type,System.Security.VerificationException){System.Security.VerificationException};
+
--&msdn(netfx4.6,type,System.Security.XmlSyntaxException){System.Security.XmlSyntaxException};
+
--&msdn(netfx4.6,type,System.Security.AccessControl.PrivilegeNotHeldException){System.Security.AccessControl.PrivilegeNotHeldException};
+
--&msdn(netfx4.6,type,System.Security.Cryptography.CryptographicException){System.Security.Cryptography.CryptographicException};
+
--&msdn(netfx4.6,type,System.Security.Cryptography.CryptographicUnexpectedOperationException){System.Security.Cryptography.CryptographicUnexpectedOperationException};
+
--&msdn(netfx4.6,type,System.Security.Policy.PolicyException){System.Security.Policy.PolicyException};
+
--&msdn(netfx4.6,type,System.Security.Principal.IdentityNotMappedException){System.Security.Principal.IdentityNotMappedException};
+
--&msdn(netfx4.6,type,System.Text.DecoderFallbackException){System.Text.DecoderFallbackException};
+
--&msdn(netfx4.6,type,System.Text.EncoderFallbackException){System.Text.EncoderFallbackException};
+
--&msdn(netfx4.6,type,System.Threading.AbandonedMutexException){System.Threading.AbandonedMutexException};
+
--&msdn(netfx4.6,type,System.Threading.LockRecursionException){System.Threading.LockRecursionException};
+
--&msdn(netfx4.6,type,System.Threading.SemaphoreFullException){System.Threading.SemaphoreFullException};
+
--&msdn(netfx4.6,type,System.Threading.SynchronizationLockException){System.Threading.SynchronizationLockException};
+
--&msdn(netfx4.6,type,System.Threading.ThreadAbortException){System.Threading.ThreadAbortException};
+
--&msdn(netfx4.6,type,System.Threading.ThreadInterruptedException){System.Threading.ThreadInterruptedException};
+
--&msdn(netfx4.6,type,System.Threading.ThreadStartException){System.Threading.ThreadStartException};
+
--&msdn(netfx4.6,type,System.Threading.ThreadStateException){System.Threading.ThreadStateException};
+
--&msdn(netfx4.6,type,System.Threading.WaitHandleCannotBeOpenedException){System.Threading.WaitHandleCannotBeOpenedException};
+
--&msdn(netfx4.6,type,System.Threading.Tasks.TaskCanceledException){System.Threading.Tasks.TaskCanceledException};
+
--&msdn(netfx4.6,type,System.Threading.Tasks.TaskSchedulerException){System.Threading.Tasks.TaskSchedulerException};
+
-System
+
--&msdn(netfx4.6,type,System.UriFormatException){System.UriFormatException};
+
--&msdn(netfx4.6,type,System.ComponentModel.InvalidAsynchronousStateException){System.ComponentModel.InvalidAsynchronousStateException};
+
--&msdn(netfx4.6,type,System.ComponentModel.InvalidEnumArgumentException){System.ComponentModel.InvalidEnumArgumentException};
+
--&msdn(netfx4.6,type,System.ComponentModel.LicenseException){System.ComponentModel.LicenseException};
+
--&msdn(netfx4.6,type,System.ComponentModel.WarningException){System.ComponentModel.WarningException};
+
--&msdn(netfx4.6,type,System.ComponentModel.Win32Exception){System.ComponentModel.Win32Exception};
+
--&msdn(netfx4.6,type,System.ComponentModel.Design.CheckoutException){System.ComponentModel.Design.CheckoutException};
+
--&msdn(netfx4.6,type,System.Configuration.ConfigurationException){System.Configuration.ConfigurationException};
+
--&msdn(netfx4.6,type,System.Configuration.SettingsPropertyIsReadOnlyException){System.Configuration.SettingsPropertyIsReadOnlyException};
+
--&msdn(netfx4.6,type,System.Configuration.SettingsPropertyNotFoundException){System.Configuration.SettingsPropertyNotFoundException};
+
--&msdn(netfx4.6,type,System.Configuration.SettingsPropertyWrongTypeException){System.Configuration.SettingsPropertyWrongTypeException};
+
--&msdn(netfx4.6,type,System.IO.InternalBufferOverflowException){System.IO.InternalBufferOverflowException};
+
--&msdn(netfx4.6,type,System.IO.InvalidDataException){System.IO.InvalidDataException};
+
--&msdn(netfx4.6,type,System.IO.Compression.ZLibException){System.IO.Compression.ZLibException};
+
--&msdn(netfx4.6,type,System.Net.CookieException){System.Net.CookieException};
+
--&msdn(netfx4.6,type,System.Net.HttpListenerException){System.Net.HttpListenerException};
+
--&msdn(netfx4.6,type,System.Net.InternalException){System.Net.InternalException};
+
--&msdn(netfx4.6,type,System.Net.ProtocolViolationException){System.Net.ProtocolViolationException};
+
--&msdn(netfx4.6,type,System.Net.WebException){System.Net.WebException};
+
--&msdn(netfx4.6,type,System.Net.Mail.SmtpException){System.Net.Mail.SmtpException};
+
--&msdn(netfx4.6,type,System.Net.Mail.SmtpFailedRecipientException){System.Net.Mail.SmtpFailedRecipientException};
+
--&msdn(netfx4.6,type,System.Net.Mail.SmtpFailedRecipientsException){System.Net.Mail.SmtpFailedRecipientsException};
+
--&msdn(netfx4.6,type,System.Net.NetworkInformation.NetworkInformationException){System.Net.NetworkInformation.NetworkInformationException};
+
--&msdn(netfx4.6,type,System.Net.NetworkInformation.PingException){System.Net.NetworkInformation.PingException};
+
--&msdn(netfx4.6,type,System.Net.Sockets.SocketException){System.Net.Sockets.SocketException};
+
--&msdn(netfx4.6,type,System.Net.WebSockets.WebSocketException){System.Net.WebSockets.WebSocketException};
+
--&msdn(netfx4.6,type,System.Security.Authentication.AuthenticationException){System.Security.Authentication.AuthenticationException};
+
--&msdn(netfx4.6,type,System.Security.Authentication.InvalidCredentialException){System.Security.Authentication.InvalidCredentialException};
+
--&msdn(netfx4.6,type,System.Text.RegularExpressions.RegexMatchTimeoutException){System.Text.RegularExpressions.RegexMatchTimeoutException};
+
--&msdn(netfx4.6,type,System.Threading.BarrierPostPhaseException){System.Threading.BarrierPostPhaseException};
+
-System.Core
+
--&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogException){System.Diagnostics.Eventing.Reader.EventLogException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogInvalidDataException){System.Diagnostics.Eventing.Reader.EventLogInvalidDataException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogNotFoundException){System.Diagnostics.Eventing.Reader.EventLogNotFoundException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException){System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException};
+
--&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogReadingException){System.Diagnostics.Eventing.Reader.EventLogReadingException};
+
--&msdn(netfx4.6,type,System.Linq.SystemCore_EnumerableDebugViewEmptyException){System.Linq.SystemCore_EnumerableDebugViewEmptyException};
+
--&msdn(netfx4.6,type,System.Management.Instrumentation.InstanceNotFoundException){System.Management.Instrumentation.InstanceNotFoundException};
+
--&msdn(netfx4.6,type,System.Management.Instrumentation.InstrumentationBaseException){System.Management.Instrumentation.InstrumentationBaseException};
+
--&msdn(netfx4.6,type,System.Management.Instrumentation.InstrumentationException){System.Management.Instrumentation.InstrumentationException};
+

         
+

         
+

         
+
#navi(..)
+

         

programming/netfx/exceptions/9_5_netfx4-6_messages/index.wiki.txt

current previous
1,849 0,0
+
${smdncms:title,例外メッセージ一覧 (.NET Framework 4.6)}
+
${smdncms:keywords,例外メッセージ,エラーメッセージ,一覧,.NET Framework 4.6,mscorlib.dll,System.dll,System.Core.dll}
+
${pragma,parser-options,non-limited-list}
+

         
+
#navi(..)
+

         
+
#style{{
+
.exception-message-invariant:before {
+
  content: "[invariant] ";
+
  color: #222;
+
  font-weight: normal;
+
}
+

         
+
.exception-message-en:before {
+
  content: "[en] ";
+
  color: #22b;
+
  font-weight: normal;
+
}
+

         
+
.exception-message-ja:before {
+
  content: "[ja] ";
+
  color: #b22;
+
  font-weight: normal;
+
}
+
}}
+

         
+
``mscorlib.dll``, ``System.dll``, および``System.Core.dll``に含まれる各例外クラスのデフォルトの例外メッセージ一覧。 (一部ドキュメント化されていない例外クラスを含んでいます)
+

         
+
以下の表における各例外メッセージは、&msdn(netfx,member,System.Threading.Thread.CurrentUICulture){Thread.CurrentThread.CurrentUICulture};に下記カルチャを設定したスレッドで例外クラスのインスタンスを作成し、そのMessageプロパティより取得しています。 実際にキャッチされる際のメッセージは例外がスローされた状況により異なる場合があります。
+
:凡例|
+
::&span(class=exception-message-invariant){&var{exception message};};|``CurrentUICulture = CultureInfo.InvariantCulture``での例外メッセージ
+
::&span(class=exception-message-en){&var{exception message};};|``CurrentUICulture = new CultureInfo("en")``での例外メッセージ
+
::&span(class=exception-message-ja){&var{例外メッセージ};};|``CurrentUICulture = new CultureInfo("ja")``での例外メッセージ
+

         
+
#adunit
+

         
+
*System
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.AccessViolationException){AccessViolationException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to read or write protected memory. This is often an indication that other memory is corrupt.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to read or write protected memory. This is often an indication that other memory is corrupt.};
+
&span(class=exception-message-ja,lang=ja,translate=no){保護されているメモリに読み取りまたは書き込み操作を行おうとしました。他のメモリが壊れていることが考えられます。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.AggregateException){AggregateException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){One or more errors occurred.};
+
&span(class=exception-message-en,lang=en,translate=no){One or more errors occurred.};
+
&span(class=exception-message-ja,lang=ja,translate=no){1 つ以上のエラーが発生しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.AppDomainUnloadedException){AppDomainUnloadedException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access an unloaded AppDomain.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to access an unloaded AppDomain.};
+
&span(class=exception-message-ja,lang=ja,translate=no){アンロードされた AppDomain にアクセスしようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ApplicationException){ApplicationException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Error in the application.};
+
&span(class=exception-message-en,lang=en,translate=no){Error in the application.};
+
&span(class=exception-message-ja,lang=ja,translate=no){アプリケーションでエラーが発生しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ArgumentException){ArgumentException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Value does not fall within the expected range.};
+
&span(class=exception-message-en,lang=en,translate=no){Value does not fall within the expected range.};
+
&span(class=exception-message-ja,lang=ja,translate=no){値が有効な範囲にありません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ArgumentNullException){ArgumentNullException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Value cannot be null.};
+
&span(class=exception-message-en,lang=en,translate=no){Value cannot be null.};
+
&span(class=exception-message-ja,lang=ja,translate=no){値を Null にすることはできません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ArgumentOutOfRangeException){ArgumentOutOfRangeException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Specified argument was out of the range of valid values.};
+
&span(class=exception-message-en,lang=en,translate=no){Specified argument was out of the range of valid values.};
+
&span(class=exception-message-ja,lang=ja,translate=no){Specified argument was out of the range of valid values.};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ArithmeticException){ArithmeticException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Overflow or underflow in the arithmetic operation.};
+
&span(class=exception-message-en,lang=en,translate=no){Overflow or underflow in the arithmetic operation.};
+
&span(class=exception-message-ja,lang=ja,translate=no){算術演算でオーバーフローまたはアンダーフローが発生しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ArrayTypeMismatchException){ArrayTypeMismatchException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access an element as a type incompatible with the array.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to access an element as a type incompatible with the array.};
+
&span(class=exception-message-ja,lang=ja,translate=no){配列と互換性のない型の要素にアクセスしようとしました};
+
}}|-|
+
|&msdn(netfx4.6,type,System.BadImageFormatException){BadImageFormatException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Format of the executable (.exe) or library (.dll) is invalid.};
+
&span(class=exception-message-en,lang=en,translate=no){Format of the executable (.exe) or library (.dll) is invalid.};
+
&span(class=exception-message-ja,lang=ja,translate=no){実行可能ファイル (.exe) またはライブラリ (.dll) ファイルの形式が無効です。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.CannotUnloadAppDomainException){CannotUnloadAppDomainException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempt to unload the AppDomain failed.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempt to unload the AppDomain failed.};
+
&span(class=exception-message-ja,lang=ja,translate=no){AppDomain のアンロードに失敗しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ContextMarshalException){ContextMarshalException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to marshal an object across a context boundary.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to marshal an object across a context boundary.};
+
&span(class=exception-message-ja,lang=ja,translate=no){コンテキストの境界を越えてオブジェクトをマーシャリングしようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.DataMisalignedException){DataMisalignedException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){A datatype misalignment was detected in a load or store instruction.};
+
&span(class=exception-message-en,lang=en,translate=no){A datatype misalignment was detected in a load or store instruction.};
+
&span(class=exception-message-ja,lang=ja,translate=no){読み込みまたは格納命令で不適切なデータ型が検出されました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.DivideByZeroException){DivideByZeroException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to divide by zero.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to divide by zero.};
+
&span(class=exception-message-ja,lang=ja,translate=no){0 で除算しようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.DllNotFoundException){DllNotFoundException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Dll was not found.};
+
&span(class=exception-message-en,lang=en,translate=no){Dll was not found.};
+
&span(class=exception-message-ja,lang=ja,translate=no){DLL が見つかりませんでした。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.DuplicateWaitObjectException){DuplicateWaitObjectException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Duplicate objects in argument.};
+
&span(class=exception-message-en,lang=en,translate=no){Duplicate objects in argument.};
+
&span(class=exception-message-ja,lang=ja,translate=no){Duplicate objects in argument.};
+
}}|-|
+
|&msdn(netfx4.6,type,System.EntryPointNotFoundException){EntryPointNotFoundException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Entry point was not found.};
+
&span(class=exception-message-en,lang=en,translate=no){Entry point was not found.};
+
&span(class=exception-message-ja,lang=ja,translate=no){エントリ ポイントが見つかりませんでした。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Exception){Exception};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Exception' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Exception' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Exception' の例外がスローされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ExecutionEngineException){ExecutionEngineException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Internal error in the runtime.};
+
&span(class=exception-message-en,lang=en,translate=no){Internal error in the runtime.};
+
&span(class=exception-message-ja,lang=ja,translate=no){ランタイムで内部エラーが発生しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.FieldAccessException){FieldAccessException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a field that is not accessible by the caller.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a field that is not accessible by the caller.};
+
&span(class=exception-message-ja,lang=ja,translate=no){呼び出し元によってアクセスできないフィールドにアクセスしようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.FormatException){FormatException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){One of the identified items was in an invalid format.};
+
&span(class=exception-message-en,lang=en,translate=no){One of the identified items was in an invalid format.};
+
&span(class=exception-message-ja,lang=ja,translate=no){識別された項目のうち 1 つが無効な形式です。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.IndexOutOfRangeException){IndexOutOfRangeException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Index was outside the bounds of the array.};
+
&span(class=exception-message-en,lang=en,translate=no){Index was outside the bounds of the array.};
+
&span(class=exception-message-ja,lang=ja,translate=no){インデックスが配列の境界外です。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.InsufficientExecutionStackException){InsufficientExecutionStackException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){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.};
+
&span(class=exception-message-en,lang=en,translate=no){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.};
+
&span(class=exception-message-ja,lang=ja,translate=no){プログラムの安全な実行を続けるのに十分なスタックがありません。呼び出し履歴に含まれる関数が多すぎるか、またはスタックの関数が使用しているスタック領域が大きすぎる可能性があります。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.InsufficientMemoryException){InsufficientMemoryException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Insufficient memory to continue the execution of the program.};
+
&span(class=exception-message-en,lang=en,translate=no){Insufficient memory to continue the execution of the program.};
+
&span(class=exception-message-ja,lang=ja,translate=no){プログラムの実行を続行するための十分なメモリがありませんでした。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.InvalidCastException){InvalidCastException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Specified cast is not valid.};
+
&span(class=exception-message-en,lang=en,translate=no){Specified cast is not valid.};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたキャストは有効ではありません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.InvalidOperationException){InvalidOperationException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Operation is not valid due to the current state of the object.};
+
&span(class=exception-message-en,lang=en,translate=no){Operation is not valid due to the current state of the object.};
+
&span(class=exception-message-ja,lang=ja,translate=no){オブジェクトの現在の状態に問題があるため、操作は有効ではありません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.InvalidProgramException){InvalidProgramException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Common Language Runtime detected an invalid program.};
+
&span(class=exception-message-en,lang=en,translate=no){Common Language Runtime detected an invalid program.};
+
&span(class=exception-message-ja,lang=ja,translate=no){共通言語ランタイムが無効なプログラムを検出しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.InvalidTimeZoneException){InvalidTimeZoneException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.InvalidTimeZoneException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.InvalidTimeZoneException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.InvalidTimeZoneException' の例外がスローされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.MemberAccessException){MemberAccessException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Cannot access member.};
+
&span(class=exception-message-en,lang=en,translate=no){Cannot access member.};
+
&span(class=exception-message-ja,lang=ja,translate=no){メンバーにアクセスできません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.MethodAccessException){MethodAccessException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempt to access the method failed.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempt to access the method failed.};
+
&span(class=exception-message-ja,lang=ja,translate=no){メソッドへアクセスに失敗しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.MissingFieldException){MissingFieldException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a non-existing field.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a non-existing field.};
+
&span(class=exception-message-ja,lang=ja,translate=no){存在しないフィールドにアクセスしようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.MissingMemberException){MissingMemberException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a missing member.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a missing member.};
+
&span(class=exception-message-ja,lang=ja,translate=no){見つからないメンバーにアクセスしようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.MissingMethodException){MissingMethodException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a missing method.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a missing method.};
+
&span(class=exception-message-ja,lang=ja,translate=no){見つからないメソッドにアクセスしようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.MulticastNotSupportedException){MulticastNotSupportedException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to add multiple callbacks to a delegate that does not support multicast.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to add multiple callbacks to a delegate that does not support multicast.};
+
&span(class=exception-message-ja,lang=ja,translate=no){マルチキャストをサポートしないデリゲートに複数のコールバックを追加しようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.NotFiniteNumberException){NotFiniteNumberException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Number encountered was not a finite quantity.};
+
&span(class=exception-message-en,lang=en,translate=no){Number encountered was not a finite quantity.};
+
&span(class=exception-message-ja,lang=ja,translate=no){見つかった数字は有限な数ではありません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.NotImplementedException){NotImplementedException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){The method or operation is not implemented.};
+
&span(class=exception-message-en,lang=en,translate=no){The method or operation is not implemented.};
+
&span(class=exception-message-ja,lang=ja,translate=no){メソッドまたは操作は実装されていません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.NotSupportedException){NotSupportedException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Specified method is not supported.};
+
&span(class=exception-message-en,lang=en,translate=no){Specified method is not supported.};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたメソッドはサポートされていません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.NullReferenceException){NullReferenceException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Object reference not set to an instance of an object.};
+
&span(class=exception-message-en,lang=en,translate=no){Object reference not set to an instance of an object.};
+
&span(class=exception-message-ja,lang=ja,translate=no){オブジェクト参照がオブジェクト インスタンスに設定されていません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ObjectDisposedException){ObjectDisposedException};|-|-|
+
|&msdn(netfx4.6,type,System.OperationCanceledException){OperationCanceledException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){The operation was canceled.};
+
&span(class=exception-message-en,lang=en,translate=no){The operation was canceled.};
+
&span(class=exception-message-ja,lang=ja,translate=no){操作は取り消されました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.OutOfMemoryException){OutOfMemoryException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Insufficient memory to continue the execution of the program.};
+
&span(class=exception-message-en,lang=en,translate=no){Insufficient memory to continue the execution of the program.};
+
&span(class=exception-message-ja,lang=ja,translate=no){プログラムの実行を続行するための十分なメモリがありませんでした。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.OverflowException){OverflowException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Arithmetic operation resulted in an overflow.};
+
&span(class=exception-message-en,lang=en,translate=no){Arithmetic operation resulted in an overflow.};
+
&span(class=exception-message-ja,lang=ja,translate=no){算術演算の結果オーバーフローが発生しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.PlatformNotSupportedException){PlatformNotSupportedException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Operation is not supported on this platform.};
+
&span(class=exception-message-en,lang=en,translate=no){Operation is not supported on this platform.};
+
&span(class=exception-message-ja,lang=ja,translate=no){操作は、このプラットフォームではサポートされていません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.RankException){RankException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to operate on an array with the incorrect number of dimensions.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to operate on an array with the incorrect number of dimensions.};
+
&span(class=exception-message-ja,lang=ja,translate=no){間違った次元数で配列を操作しようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.StackOverflowException){StackOverflowException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Operation caused a stack overflow.};
+
&span(class=exception-message-en,lang=en,translate=no){Operation caused a stack overflow.};
+
&span(class=exception-message-ja,lang=ja,translate=no){この操作によってスタック オーバーフローが発生しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.SystemException){SystemException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){System error.};
+
&span(class=exception-message-en,lang=en,translate=no){System error.};
+
&span(class=exception-message-ja,lang=ja,translate=no){システム エラーです。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.TimeoutException){TimeoutException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){The operation has timed out.};
+
&span(class=exception-message-en,lang=en,translate=no){The operation has timed out.};
+
&span(class=exception-message-ja,lang=ja,translate=no){操作がタイムアウトしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.TimeZoneNotFoundException){TimeZoneNotFoundException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.TimeZoneNotFoundException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.TimeZoneNotFoundException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.TimeZoneNotFoundException' の例外がスローされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.TypeAccessException){TypeAccessException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempt to access the type failed.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempt to access the type failed.};
+
&span(class=exception-message-ja,lang=ja,translate=no){型にアクセスできませんでした。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.TypeInitializationException){TypeInitializationException};|-|-|
+
|&msdn(netfx4.6,type,System.TypeLoadException){TypeLoadException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Failure has occurred while loading a type.};
+
&span(class=exception-message-en,lang=en,translate=no){Failure has occurred while loading a type.};
+
&span(class=exception-message-ja,lang=ja,translate=no){タイプの読み込み中にエラーが発生しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.TypeUnloadedException){TypeUnloadedException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Type had been unloaded.};
+
&span(class=exception-message-en,lang=en,translate=no){Type had been unloaded.};
+
&span(class=exception-message-ja,lang=ja,translate=no){型がアンロードされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.UnauthorizedAccessException){UnauthorizedAccessException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to perform an unauthorized operation.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to perform an unauthorized operation.};
+
&span(class=exception-message-ja,lang=ja,translate=no){許可されていない操作を実行しようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.UriFormatException){UriFormatException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){One of the identified items was in an invalid format.};
+
&span(class=exception-message-en,lang=en,translate=no){One of the identified items was in an invalid format.};
+
&span(class=exception-message-ja,lang=ja,translate=no){識別された項目のうち 1 つが無効な形式です。};
+
}}|-|
+

         
+
*System.Collections.Generic
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Collections.Generic.KeyNotFoundException){KeyNotFoundException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){The given key was not present in the dictionary.};
+
&span(class=exception-message-en,lang=en,translate=no){The given key was not present in the dictionary.};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたキーはディレクトリ内に存在しませんでした。};
+
}}|-|
+

         
+
*System.ComponentModel
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.ComponentModel.InvalidAsynchronousStateException){InvalidAsynchronousStateException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidAsynchronousStateException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidAsynchronousStateException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.ComponentModel.InvalidAsynchronousStateException' の例外がスローされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ComponentModel.InvalidEnumArgumentException){InvalidEnumArgumentException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidEnumArgumentException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.ComponentModel.InvalidEnumArgumentException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.ComponentModel.InvalidEnumArgumentException' の例外がスローされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ComponentModel.LicenseException){LicenseException};|-|-|
+
|&msdn(netfx4.6,type,System.ComponentModel.WarningException){WarningException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.ComponentModel.WarningException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.ComponentModel.WarningException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.ComponentModel.WarningException' の例外がスローされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.ComponentModel.Win32Exception){Win32Exception};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
+
}}|-|
+

         
+
*System.ComponentModel.Design
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.ComponentModel.Design.CheckoutException){CheckoutException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){External component has thrown an exception.};
+
&span(class=exception-message-en,lang=en,translate=no){External component has thrown an exception.};
+
&span(class=exception-message-ja,lang=ja,translate=no){外部コンポーネントが例外をスローしました。};
+
}}|-|
+

         
+
*System.Configuration
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Configuration.ConfigurationException){ConfigurationException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Configuration.ConfigurationException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Configuration.ConfigurationException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Configuration.ConfigurationException' の例外がスローされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Configuration.SettingsPropertyIsReadOnlyException){SettingsPropertyIsReadOnlyException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyIsReadOnlyException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyIsReadOnlyException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Configuration.SettingsPropertyIsReadOnlyException' の例外がスローされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Configuration.SettingsPropertyNotFoundException){SettingsPropertyNotFoundException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyNotFoundException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyNotFoundException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Configuration.SettingsPropertyNotFoundException' の例外がスローされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Configuration.SettingsPropertyWrongTypeException){SettingsPropertyWrongTypeException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyWrongTypeException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Configuration.SettingsPropertyWrongTypeException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Configuration.SettingsPropertyWrongTypeException' の例外がスローされました。};
+
}}|-|
+

         
+
*System.Diagnostics.Contracts
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Diagnostics.Contracts.ContractException){ContractException};|-|-|
+

         
+
*System.Diagnostics.Eventing.Reader
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogException){EventLogException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogInvalidDataException){EventLogInvalidDataException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogNotFoundException){EventLogNotFoundException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException){EventLogProviderDisabledException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Diagnostics.Eventing.Reader.EventLogReadingException){EventLogReadingException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-en,lang=en,translate=no){この操作を正しく終了しました。};
+
&span(class=exception-message-ja,lang=ja,translate=no){この操作を正しく終了しました。};
+
}}|-|
+

         
+
*System.Diagnostics.Tracing
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Diagnostics.Tracing.EventSourceException){EventSourceException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){An error occurred when writing to a listener.};
+
&span(class=exception-message-en,lang=en,translate=no){An error occurred when writing to a listener.};
+
&span(class=exception-message-ja,lang=ja,translate=no){リスナーへの書き込み中にエラーが発生しました。};
+
}}|-|
+

         
+
*System.Globalization
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Globalization.CultureNotFoundException){CultureNotFoundException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Culture is not supported.};
+
&span(class=exception-message-en,lang=en,translate=no){Culture is not supported.};
+
&span(class=exception-message-ja,lang=ja,translate=no){カルチャはサポートされていません。};
+
}}|-|
+

         
+
*System.IO
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.IO.DirectoryNotFoundException){DirectoryNotFoundException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a path that is not on the disk.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a path that is not on the disk.};
+
&span(class=exception-message-ja,lang=ja,translate=no){ディスク上に存在しないパスにアクセスしようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.IO.DriveNotFoundException){DriveNotFoundException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to access a drive that is not available.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to access a drive that is not available.};
+
&span(class=exception-message-ja,lang=ja,translate=no){利用できないドライブにアクセスしようとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.IO.EndOfStreamException){EndOfStreamException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Attempted to read past the end of the stream.};
+
&span(class=exception-message-en,lang=en,translate=no){Attempted to read past the end of the stream.};
+
&span(class=exception-message-ja,lang=ja,translate=no){ストリームの末尾を越えて読み取ろうとしました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.IO.FileLoadException){FileLoadException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Could not load the specified file.};
+
&span(class=exception-message-en,lang=en,translate=no){Could not load the specified file.};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたファイルを読み込めませんでした。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.IO.FileNotFoundException){FileNotFoundException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Unable to find the specified file.};
+
&span(class=exception-message-en,lang=en,translate=no){Unable to find the specified file.};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたファイルが見つかりません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.IO.InternalBufferOverflowException){InternalBufferOverflowException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){System error.};
+
&span(class=exception-message-en,lang=en,translate=no){System error.};
+
&span(class=exception-message-ja,lang=ja,translate=no){システム エラーです。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.IO.InvalidDataException){InvalidDataException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Found invalid data while decoding.};
+
&span(class=exception-message-en,lang=en,translate=no){Found invalid data while decoding.};
+
&span(class=exception-message-ja,lang=ja,translate=no){デコード中に無効なデータが見つかりました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.IO.IOException){IOException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){I/O error occurred.};
+
&span(class=exception-message-en,lang=en,translate=no){I/O error occurred.};
+
&span(class=exception-message-ja,lang=ja,translate=no){I/O エラーが発生しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.IO.PathTooLongException){PathTooLongException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){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.};
+
&span(class=exception-message-en,lang=en,translate=no){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.};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたパス、ファイル名、またはその両方が長すぎます。完全限定型名は 260 文字未満で指定し、ディレクトリ名は 248 未満で指定してください。};
+
}}|-|
+

         
+
*System.IO.Compression
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.IO.Compression.ZLibException){ZLibException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){I/O error occurred.};
+
&span(class=exception-message-en,lang=en,translate=no){I/O error occurred.};
+
&span(class=exception-message-ja,lang=ja,translate=no){I/O エラーが発生しました。};
+
}}|-|
+

         
+
*System.IO.IsolatedStorage
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.IO.IsolatedStorage.IsolatedStorageException){IsolatedStorageException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){An error occurred while accessing IsolatedStorage.};
+
&span(class=exception-message-en,lang=en,translate=no){An error occurred while accessing IsolatedStorage.};
+
&span(class=exception-message-ja,lang=ja,translate=no){IsolatedStorage へアクセス中にエラーが発生しました。};
+
}}|-|
+

         
+
*System.Linq
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Linq.SystemCore_EnumerableDebugViewEmptyException){SystemCore_EnumerableDebugViewEmptyException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Linq.SystemCore_EnumerableDebugViewEmptyException' の例外がスローされました。};
+
}}|-|
+

         
+
*System.Management.Instrumentation
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Management.Instrumentation.InstanceNotFoundException){InstanceNotFoundException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstanceNotFoundException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstanceNotFoundException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Management.Instrumentation.InstanceNotFoundException' の例外がスローされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Management.Instrumentation.InstrumentationBaseException){InstrumentationBaseException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationBaseException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationBaseException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Management.Instrumentation.InstrumentationBaseException' の例外がスローされました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Management.Instrumentation.InstrumentationException){InstrumentationException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationException' was thrown.};
+
&span(class=exception-message-en,lang=en,translate=no){Exception of type 'System.Management.Instrumentation.InstrumentationException' was thrown.};
+
&span(class=exception-message-ja,lang=ja,translate=no){種類 'System.Management.Instrumentation.InstrumentationException' の例外がスローされました。};
+
}}|-|
+

         
+
*System.Net
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Net.CookieException){CookieException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){One of the identified items was in an invalid format.};
+
&span(class=exception-message-en,lang=en,translate=no){One of the identified items was in an invalid format.};
+
&span(class=exception-message-ja,lang=ja,translate=no){識別された項目のうち 1 つが無効な形式です。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Net.HttpListenerException){HttpListenerException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){指定されたファイルが見つかりません。};
+
&span(class=exception-message-en,lang=en,translate=no){指定されたファイルが見つかりません。};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたファイルが見つかりません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Net.InternalException){InternalException};|-|-|
+
|&msdn(netfx4.6,type,System.Net.ProtocolViolationException){ProtocolViolationException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Operation is not valid due to the current state of the object.};
+
&span(class=exception-message-en,lang=en,translate=no){Operation is not valid due to the current state of the object.};
+
&span(class=exception-message-ja,lang=ja,translate=no){オブジェクトの現在の状態に問題があるため、操作は有効ではありません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Net.WebException){WebException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Operation is not valid due to the current state of the object.};
+
&span(class=exception-message-en,lang=en,translate=no){Operation is not valid due to the current state of the object.};
+
&span(class=exception-message-ja,lang=ja,translate=no){オブジェクトの現在の状態に問題があるため、操作は有効ではありません。};
+
}}|-|
+

         
+
*System.Net.Mail
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Net.Mail.SmtpException){SmtpException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Syntax error, command unrecognized.};
+
&span(class=exception-message-en,lang=en,translate=no){Syntax error, command unrecognized.};
+
&span(class=exception-message-ja,lang=ja,translate=no){構文エラーです。コマンドが認識できません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Net.Mail.SmtpFailedRecipientException){SmtpFailedRecipientException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Syntax error, command unrecognized.};
+
&span(class=exception-message-en,lang=en,translate=no){Syntax error, command unrecognized.};
+
&span(class=exception-message-ja,lang=ja,translate=no){構文エラーです。コマンドが認識できません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Net.Mail.SmtpFailedRecipientsException){SmtpFailedRecipientsException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Syntax error, command unrecognized.};
+
&span(class=exception-message-en,lang=en,translate=no){Syntax error, command unrecognized.};
+
&span(class=exception-message-ja,lang=ja,translate=no){構文エラーです。コマンドが認識できません。};
+
}}|-|
+

         
+
*System.Net.NetworkInformation
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Net.NetworkInformation.NetworkInformationException){NetworkInformationException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){指定されたファイルが見つかりません。};
+
&span(class=exception-message-en,lang=en,translate=no){指定されたファイルが見つかりません。};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたファイルが見つかりません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Net.NetworkInformation.PingException){PingException};|-|-|
+

         
+
*System.Net.Sockets
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Net.Sockets.SocketException){SocketException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){指定されたファイルが見つかりません。};
+
&span(class=exception-message-en,lang=en,translate=no){指定されたファイルが見つかりません。};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたファイルが見つかりません。};
+
}}|-|
+

         
+
*System.Net.WebSockets
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Net.WebSockets.WebSocketException){WebSocketException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){指定されたファイルが見つかりません。};
+
&span(class=exception-message-en,lang=en,translate=no){指定されたファイルが見つかりません。};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたファイルが見つかりません。};
+
}}|-|
+

         
+
*System.Reflection
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Reflection.AmbiguousMatchException){AmbiguousMatchException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Ambiguous match found.};
+
&span(class=exception-message-en,lang=en,translate=no){Ambiguous match found.};
+
&span(class=exception-message-ja,lang=ja,translate=no){あいまいな一致が見つかりました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Reflection.CustomAttributeFormatException){CustomAttributeFormatException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Binary format of the specified custom attribute was invalid.};
+
&span(class=exception-message-en,lang=en,translate=no){Binary format of the specified custom attribute was invalid.};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたカスタム属性のバイナリ形式は無効です。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Reflection.InvalidFilterCriteriaException){InvalidFilterCriteriaException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Specified filter criteria was invalid.};
+
&span(class=exception-message-en,lang=en,translate=no){Specified filter criteria was invalid.};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたフィルター条件は無効です。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Reflection.MetadataException){MetadataException};|-|-|
+
|&msdn(netfx4.6,type,System.Reflection.ReflectionTypeLoadException){ReflectionTypeLoadException};|-|-|
+
|&msdn(netfx4.6,type,System.Reflection.TargetException){TargetException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Error in the application.};
+
&span(class=exception-message-en,lang=en,translate=no){Error in the application.};
+
&span(class=exception-message-ja,lang=ja,translate=no){アプリケーションでエラーが発生しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Reflection.TargetInvocationException){TargetInvocationException};|-|-|
+
|&msdn(netfx4.6,type,System.Reflection.TargetParameterCountException){TargetParameterCountException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Number of parameters specified does not match the expected number.};
+
&span(class=exception-message-en,lang=en,translate=no){Number of parameters specified does not match the expected number.};
+
&span(class=exception-message-ja,lang=ja,translate=no){指定されたパラメーターの数が期待された数と一致しませんでした。};
+
}}|-|
+

         
+
*System.Resources
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Resources.MissingManifestResourceException){MissingManifestResourceException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Unable to find manifest resource.};
+
&span(class=exception-message-en,lang=en,translate=no){Unable to find manifest resource.};
+
&span(class=exception-message-ja,lang=ja,translate=no){マニフェスト リソースが見つかりません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Resources.MissingSatelliteAssemblyException){MissingSatelliteAssemblyException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){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.};
+
&span(class=exception-message-en,lang=en,translate=no){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.};
+
&span(class=exception-message-ja,lang=ja,translate=no){リソース ルックアップは最終リソース フォールバックに戻りましたが、サテライトが見つからなかったか、またはサテライト読み込むことができませんでした。アプリケーションの再インストールまたは修復を検討してください。};
+
}}|-|
+

         
+
*System.Runtime.CompilerServices
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Runtime.CompilerServices.RuntimeWrappedException){RuntimeWrappedException};|-|-|
+

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

         
+
*System.Runtime.InteropServices.WindowsRuntime
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal+NativeOrStaticEventRegistrationImpl+ReaderWriterLockTimedOutException){ReaderWriterLockTimedOutException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Error in the application.};
+
&span(class=exception-message-en,lang=en,translate=no){Error in the application.};
+
&span(class=exception-message-ja,lang=ja,translate=no){アプリケーションでエラーが発生しました。};
+
}}|-|
+

         
+
*System.Runtime.Remoting
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Runtime.Remoting.RemotingException){RemotingException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Unknown remoting error.};
+
&span(class=exception-message-en,lang=en,translate=no){Unknown remoting error.};
+
&span(class=exception-message-ja,lang=ja,translate=no){Unknown remoting error.};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Runtime.Remoting.RemotingTimeoutException){RemotingTimeoutException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Unknown remoting error.};
+
&span(class=exception-message-en,lang=en,translate=no){Unknown remoting error.};
+
&span(class=exception-message-ja,lang=ja,translate=no){Unknown remoting error.};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Runtime.Remoting.ServerException){ServerException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Unknown remoting error.};
+
&span(class=exception-message-en,lang=en,translate=no){Unknown remoting error.};
+
&span(class=exception-message-ja,lang=ja,translate=no){Unknown remoting error.};
+
}}|-|
+

         
+
*System.Runtime.Serialization
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Runtime.Serialization.SerializationException){SerializationException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Serialization error.};
+
&span(class=exception-message-en,lang=en,translate=no){Serialization error.};
+
&span(class=exception-message-ja,lang=ja,translate=no){Serialization error.};
+
}}|-|
+

         
+
*System.Security
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Security.HostProtectionException){HostProtectionException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){System error.};
+
&span(class=exception-message-en,lang=en,translate=no){System error.};
+
&span(class=exception-message-ja,lang=ja,translate=no){システム エラーです。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Security.SecurityException){SecurityException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Security error.};
+
&span(class=exception-message-en,lang=en,translate=no){Security error.};
+
&span(class=exception-message-ja,lang=ja,translate=no){セキュリティ エラーです。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Security.VerificationException){VerificationException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Operation could destabilize the runtime.};
+
&span(class=exception-message-en,lang=en,translate=no){Operation could destabilize the runtime.};
+
&span(class=exception-message-ja,lang=ja,translate=no){操作はランタイムを不安定にする可能性があります。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Security.XmlSyntaxException){XmlSyntaxException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Invalid syntax.};
+
&span(class=exception-message-en,lang=en,translate=no){Invalid syntax.};
+
&span(class=exception-message-ja,lang=ja,translate=no){無効な構文です。};
+
}}|-|
+

         
+
*System.Security.AccessControl
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Security.AccessControl.PrivilegeNotHeldException){PrivilegeNotHeldException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){The process does not possess some privilege required for this operation.};
+
&span(class=exception-message-en,lang=en,translate=no){The process does not possess some privilege required for this operation.};
+
&span(class=exception-message-ja,lang=ja,translate=no){プロセスにはこの操作に必要な特権が与えられていません。};
+
}}|-|
+

         
+
*System.Security.Authentication
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Security.Authentication.AuthenticationException){AuthenticationException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){System error.};
+
&span(class=exception-message-en,lang=en,translate=no){System error.};
+
&span(class=exception-message-ja,lang=ja,translate=no){システム エラーです。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Security.Authentication.InvalidCredentialException){InvalidCredentialException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){System error.};
+
&span(class=exception-message-en,lang=en,translate=no){System error.};
+
&span(class=exception-message-ja,lang=ja,translate=no){システム エラーです。};
+
}}|-|
+

         
+
*System.Security.Cryptography
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Security.Cryptography.CryptographicException){CryptographicException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Error occurred during a cryptographic operation.};
+
&span(class=exception-message-en,lang=en,translate=no){Error occurred during a cryptographic operation.};
+
&span(class=exception-message-ja,lang=ja,translate=no){暗号化操作を実行中にエラーが発生しました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Security.Cryptography.CryptographicUnexpectedOperationException){CryptographicUnexpectedOperationException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Error occurred during a cryptographic operation.};
+
&span(class=exception-message-en,lang=en,translate=no){Error occurred during a cryptographic operation.};
+
&span(class=exception-message-ja,lang=ja,translate=no){暗号化操作を実行中にエラーが発生しました。};
+
}}|-|
+

         
+
*System.Security.Policy
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Security.Policy.PolicyException){PolicyException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Error occurred while performing a policy operation.};
+
&span(class=exception-message-en,lang=en,translate=no){Error occurred while performing a policy operation.};
+
&span(class=exception-message-ja,lang=ja,translate=no){ポリシー操作を実行中にエラーが発生しました。};
+
}}|-|
+

         
+
*System.Security.Principal
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Security.Principal.IdentityNotMappedException){IdentityNotMappedException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Some or all identity references could not be translated.};
+
&span(class=exception-message-en,lang=en,translate=no){Some or all identity references could not be translated.};
+
&span(class=exception-message-ja,lang=ja,translate=no){ID 参照の一部またはすべてを変換できませんでした。};
+
}}|-|
+

         
+
*System.Text
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Text.DecoderFallbackException){DecoderFallbackException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Value does not fall within the expected range.};
+
&span(class=exception-message-en,lang=en,translate=no){Value does not fall within the expected range.};
+
&span(class=exception-message-ja,lang=ja,translate=no){値が有効な範囲にありません。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Text.EncoderFallbackException){EncoderFallbackException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){Value does not fall within the expected range.};
+
&span(class=exception-message-en,lang=en,translate=no){Value does not fall within the expected range.};
+
&span(class=exception-message-ja,lang=ja,translate=no){値が有効な範囲にありません。};
+
}}|-|
+

         
+
*System.Text.RegularExpressions
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Text.RegularExpressions.RegexMatchTimeoutException){RegexMatchTimeoutException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){The operation has timed out.};
+
&span(class=exception-message-en,lang=en,translate=no){The operation has timed out.};
+
&span(class=exception-message-ja,lang=ja,translate=no){操作がタイムアウトしました。};
+
}}|-|
+

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

         
+
*System.Threading.Tasks
+
|~例外クラス|~メッセージ|~言及しているページ|h
+
|&msdn(netfx4.6,type,System.Threading.Tasks.TaskCanceledException){TaskCanceledException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){A task was canceled.};
+
&span(class=exception-message-en,lang=en,translate=no){A task was canceled.};
+
&span(class=exception-message-ja,lang=ja,translate=no){タスクが取り消されました。};
+
}}|-|
+
|&msdn(netfx4.6,type,System.Threading.Tasks.TaskSchedulerException){TaskSchedulerException};|{{
+
&span(class=exception-message-invariant,lang=en,translate=no){An exception was thrown by a TaskScheduler.};
+
&span(class=exception-message-en,lang=en,translate=no){An exception was thrown by a TaskScheduler.};
+
&span(class=exception-message-ja,lang=ja,translate=no){TaskScheduler によって例外がスローされました。};
+
}}|-|
+

         
+

         
+
#navi(..)
+