PrintSystemException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この例外は、エラー条件が原因で、PrintSystemObject へのアクセスや作成が実行できない場合に発生します。
public ref class PrintSystemException : SystemException
[System.Serializable]
public class PrintSystemException : SystemException
public class PrintSystemException : SystemException
[<System.Serializable>]
type PrintSystemException = class
inherit SystemException
type PrintSystemException = class
inherit SystemException
Public Class PrintSystemException
Inherits SystemException
- 継承
- 派生
- 属性
注釈
注意事項
名前空間内の System.Printing クラスは、Windows サービスまたはアプリケーションまたはサービス内での使用 ASP.NET サポートされていません。 これらのアプリケーションの種類の 1 つ内からこれらのクラスを使用しようとすると、サービスのパフォーマンスの低下や実行時の例外など、予期しない問題が発生する可能性があります。
Windows フォーム アプリケーションから印刷する場合は、 名前空間をSystem.Drawing.Printing参照してください。
コンストラクター
PrintSystemException() |
PrintSystemException クラスの新しいインスタンスを初期化します。 |
PrintSystemException(Int32, String) |
特定のエラー コードおよびエラー メッセージを提供する PrintSystemException クラスの新しいインスタンスを初期化します。 |
PrintSystemException(Int32, String, Exception) |
例外の根本原因を含む、特定のエラー コードおよびエラー メッセージを提供する PrintSystemException クラスの新しいインスタンスを初期化します。 |
PrintSystemException(Int32, String, String) |
特定のエラー コード、エラー メッセージ、およびプリンター メッセージを提供する PrintSystemException クラスの新しいインスタンスを初期化します。 |
PrintSystemException(SerializationInfo, StreamingContext) |
特定のシリアル化情報とストリーム コンテキストを提供する、PrintSystemException クラスの新しいインスタンスを初期化します。 |
PrintSystemException(String) |
特定のエラー メッセージを提供する PrintSystemException クラスの新しいインスタンスを初期化します。 |
PrintSystemException(String, Exception) |
例外の根本原因を含む、特定のエラー メッセージを提供する PrintSystemException クラスの新しいインスタンスを初期化します。 |
プロパティ
Data |
例外に関する追加のユーザー定義情報を提供する、キーと値のペアのコレクションを取得します。 (継承元 Exception) |
HelpLink |
この例外に関連付けられているヘルプ ファイルへのリンクを取得または設定します。 (継承元 Exception) |
HResult |
特定の例外に割り当てられているコード化数値である HRESULT を取得または設定します。 (継承元 Exception) |
InnerException |
現在の例外の原因となる Exception インスタンスを取得します。 (継承元 Exception) |
Message |
現在の例外を説明するメッセージを取得します。 (継承元 Exception) |
Source |
エラーの原因となるアプリケーションまたはオブジェクトの名前を取得または設定します。 (継承元 Exception) |
StackTrace |
呼び出し履歴で直前のフレームの文字列形式を取得します。 (継承元 Exception) |
TargetSite |
現在の例外がスローされたメソッドを取得します。 (継承元 Exception) |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetBaseException() |
派生クラスでオーバーライドされた場合、それ以後に発生する 1 つ以上の例外の根本原因である Exception を返します。 (継承元 Exception) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetObjectData(SerializationInfo, StreamingContext) |
オブジェクトのシリアル化に使用されるデータを取得し、シリアル化ストリームのコンテキストを取得します。 |
GetType() |
現在のインスタンスのランタイム型を取得します。 (継承元 Exception) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
現在の例外の文字列形式を作成して返します。 (継承元 Exception) |
イベント
SerializeObjectState |
古い.
例外がシリアル化され、例外に関するシリアル化されたデータを含む例外状態オブジェクトが作成されたときに発生します。 (継承元 Exception) |
適用対象
.NET