DOMException.DOMException

DOMException(string)

の新しいインスタンスを初期化しますDOMException class.

public DOMException(string message)
パラメータタイプ説明
messageStringエラーメッセージ。

関連項目


DOMException(string, string)

の新しいインスタンスを初期化しますDOMException class.

public DOMException(string name, string message)
パラメータタイプ説明
nameStringエラー名。
messageStringエラーメッセージ。

関連項目