DirectoryServicesCOMException クラス
定義
Invoke(String, Object[]) メソッドが呼び出されたときに発生するエラーに関する拡張エラー情報が格納されています。Contains extended error information about an error that occurred when the Invoke(String, Object[]) method is called.
public ref class DirectoryServicesCOMException : System::Runtime::InteropServices::COMException
[System.Serializable]
public class DirectoryServicesCOMException : System.Runtime.InteropServices.COMException
type DirectoryServicesCOMException = class
inherit COMException
interface ISerializable
Public Class DirectoryServicesCOMException
Inherits COMException
- 継承
- 属性
- 実装
コンストラクター
DirectoryServicesCOMException() |
DirectoryServicesCOMException クラスの新しいインスタンスを初期化します。Initializes a new instance of the DirectoryServicesCOMException class. |
DirectoryServicesCOMException(SerializationInfo, StreamingContext) |
指定したシリアル化情報とストリーム コンテキストを使用して、DirectoryServicesCOMException クラスの新しいインスタンスを初期化します。Initializes a new instance of the DirectoryServicesCOMException class with the specified serialization information and streaming context. |
DirectoryServicesCOMException(String) |
文字列を指定して、DirectoryServicesCOMException クラスの新しいインスタンスを初期化します。Initializes a new instance of the DirectoryServicesCOMException class with the specified string. |
DirectoryServicesCOMException(String, Exception) |
指定した文字列と例外を使用して、DirectoryServicesCOMException クラスの新しいインスタンスを初期化します。Initializes a new instance of the DirectoryServicesCOMException class with the specified string and exception. |
プロパティ
Data |
例外に関する追加のユーザー定義情報を提供する、キー/値ペアのコレクションを取得します。Gets a collection of key/value pairs that provide additional user-defined information about the exception. (継承元 Exception) |
ErrorCode |
エラーの |
ExtendedError |
拡張エラー コードを取得します。Gets the extended error code. |
ExtendedErrorMessage |
拡張エラー メッセージを取得します。Gets the extended error message. |
HelpLink |
この例外に関連付けられているヘルプ ファイルへのリンクを取得または設定します。Gets or sets a link to the help file associated with this exception. (継承元 Exception) |
HResult |
特定の例外に割り当てられているコード化数値である HRESULT を取得または設定します。Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (継承元 Exception) |
InnerException |
現在の例外の原因となる Exception インスタンスを取得します。Gets the Exception instance that caused the current exception. (継承元 Exception) |
Message |
現在の例外を説明するメッセージを取得します。Gets a message that describes the current exception. (継承元 Exception) |
Source |
エラーの原因となるアプリケーションまたはオブジェクトの名前を取得または設定します。Gets or sets the name of the application or the object that causes the error. (継承元 Exception) |
StackTrace |
呼び出し履歴で直前のフレームの文字列形式を取得します。Gets a string representation of the immediate frames on the call stack. (継承元 Exception) |
TargetSite |
現在の例外がスローされたメソッドを取得します。Gets the method that throws the current exception. (継承元 Exception) |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判定します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetBaseException() |
派生クラスでオーバーライドされた場合、それ以後に発生する 1 つ以上の例外の主要な原因である Exception を返します。When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (継承元 Exception) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetObjectData(SerializationInfo, StreamingContext) |
SerializationInfo オブジェクトに、DirectoryServicesCOMException オブジェクトをシリアル化するために必要なデータを設定します。Populates the SerializationInfo object with the data needed to serialize the DirectoryServicesCOMException object. |
GetType() |
現在のインスタンスのランタイム型を取得します。Gets the runtime type of the current instance. (継承元 Exception) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
例外の内容を文字列に変換します。Converts the contents of the exception to a string. (継承元 COMException) |
イベント
SerializeObjectState |
例外がシリアル化され、例外に関するシリアル化されたデータを含む例外状態オブジェクトが作成されたときに発生します。Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (継承元 Exception) |