PrintQueueException クラス

定義

エラー条件によって PrintQueueへのアクセスまたは作成が妨げられる場合にスローされる例外。

public ref class PrintQueueException : System::Printing::PrintSystemException
[System.Serializable]
public class PrintQueueException : System.Printing.PrintSystemException
public class PrintQueueException : System.Printing.PrintSystemException
[<System.Serializable>]
type PrintQueueException = class
    inherit PrintSystemException
type PrintQueueException = class
    inherit PrintSystemException
Public Class PrintQueueException
Inherits PrintSystemException
継承
属性

注釈

注意

System.Printing 名前空間内のクラスは、Windows サービスまたはアプリケーションまたはサービス内での使用 ASP.NET サポートされていません。 これらのアプリケーションの種類の 1 つからこれらのクラスを使用しようとすると、サービスパフォーマンスの低下や実行時の例外など、予期しない問題が発生する可能性があります。

Windows フォーム アプリケーションから印刷する場合は、System.Drawing.Printing 名前空間を参照してください。

コンストラクター

PrintQueueException()

PrintQueueException クラスの新しいインスタンスを初期化します。

PrintQueueException(Int32, String, String, Exception)

特定のプリンター名、エラー コード、およびエラー条件を提供する PrintQueueException クラスの新しいインスタンスを初期化します。これには、例外の基になる原因が含まれます。

PrintQueueException(Int32, String, String, String)

特定のエラー コード、エラー条件、プリンター名、およびプリンター メッセージを提供する PrintQueueException クラスの新しいインスタンスを初期化します。

PrintQueueException(Int32, String, String)

特定のエラー コード、エラー条件、およびプリンター名を提供する PrintQueueException クラスの新しいインスタンスを初期化します。

PrintQueueException(SerializationInfo, StreamingContext)

特定の SerializationInfoStreamingContextを提供する PrintQueueException クラスの新しいインスタンスを初期化します。 このコンストラクターは保護されています。

PrintQueueException(String, Exception)

例外の根本的な原因など、特定のエラー条件を提供する PrintQueueException クラスの新しいインスタンスを初期化します。

PrintQueueException(String)

特定のエラー条件を提供する PrintQueueException クラスの新しいインスタンスを初期化します。

プロパティ

Data

例外に関する追加のユーザー定義情報を提供するキーと値のペアのコレクションを取得します。

(継承元 Exception)
HelpLink

この例外に関連付けられているヘルプ ファイルへのリンクを取得または設定します。

(継承元 Exception)
HResult

特定の例外に割り当てられるコード化された数値である HRESULT を取得または設定します。

(継承元 Exception)
InnerException

現在の例外の原因となった Exception インスタンスを取得します。

(継承元 Exception)
Message

現在の例外を説明するメッセージを取得します。

(継承元 Exception)
PrinterName

例外がスローされたときにアクセスされていたプリンターの名前を取得します。

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)

適用対象