Share via


GraphicsException クラス

[このドキュメントはプレビュー版であり、後のリリースで変更されることがあります。 空白のトピックは、プレースホルダーとして挿入されています。]

グラフィックスの基本例外を提供します。

名前空間:  Microsoft.WindowsMobile.DirectX.Direct3D
アセンブリ:  Microsoft.WindowsMobile.DirectX (Microsoft.WindowsMobile.DirectX.dll 内)

構文

'宣言
Public Class GraphicsException _
    Inherits DirectXException
'使用
Dim instance As GraphicsException
public class GraphicsException : DirectXException
public ref class GraphicsException : public DirectXException
type GraphicsException =  
    class
        inherit DirectXException
    end

解説

このクラスは、DirectXException から派生します。

継承階層

System.Object
  System.Exception
    Microsoft.WindowsMobile.DirectX.DirectXException
      Microsoft.WindowsMobile.DirectX.Direct3D.GraphicsException
        Microsoft.WindowsMobile.DirectX.Direct3D.AlreadyLockedException
        Microsoft.WindowsMobile.DirectX.Direct3D.DeviceLostException
        Microsoft.WindowsMobile.DirectX.Direct3D.DeviceNotResetException
        Microsoft.WindowsMobile.DirectX.Direct3D.DriverInternalErrorException
        Microsoft.WindowsMobile.DirectX.Direct3D.DriverInvalidCallException
        Microsoft.WindowsMobile.DirectX.Direct3D.DriverUnsupportedException
        Microsoft.WindowsMobile.DirectX.Direct3D.InvalidCallException
        Microsoft.WindowsMobile.DirectX.Direct3D.InvalidDeviceException
        Microsoft.WindowsMobile.DirectX.Direct3D.MemoryPoolEmptyException
        Microsoft.WindowsMobile.DirectX.Direct3D.MoreDataException
        Microsoft.WindowsMobile.DirectX.Direct3D.NotAvailableException
        Microsoft.WindowsMobile.DirectX.Direct3D.NotFoundException

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET フレームワークのシステム要件」を参照してください。

バージョン情報

.NET Compact Framework

サポート対象 : 3.5、2.0

参照

参照

GraphicsException メンバー

Microsoft.WindowsMobile.DirectX.Direct3D 名前空間

その他の技術情報

.NET Compact Framework でモバイル Direct3D プログラミング