ArithmeticException クラスとは? わかりやすく解説

ArithmeticException クラス

算術演算キャスト演算、または変換演算におけるエラー原因スローされる例外

名前空間: System
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

<SerializableAttribute> _
<ComVisibleAttribute(True)> _
Public Class ArithmeticException
    Inherits SystemException
Dim instance As ArithmeticException
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public class ArithmeticException : SystemException
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public ref class ArithmeticException : public
 SystemException
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
public class ArithmeticException extends SystemException
SerializableAttribute 
ComVisibleAttribute(true) 
public class ArithmeticException extends
 SystemException
解説解説

ArithmeticException は、DivideByZeroException、NotFiniteNumberException、および OverflowException の基本クラスです。通常ArithmeticException派生クラス使用した方が、エラーについてより詳しく説明できます一般的な算術エラーだけをキャプチャする場合は、ArithmeticExceptionスローます。

ArithmeticException は、値 0x80070216 を保持する HRESULT COR_E_ARITHMETIC を使用します

ArithmeticExceptionインスタンス初期プロパティ値の一覧については、ArithmeticException コンストラクタトピック参照してください

継承階層継承階層
System.Object
   System.Exception
     System.SystemException
      System.ArithmeticException
         System.DivideByZeroException
         System.NotFiniteNumberException
         System.OverflowException
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ArithmeticException クラス」の関連用語

ArithmeticException クラスのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ArithmeticException クラスのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS