XmlQueryRuntime.ThrowException(String) メソッド

定義

指定されたメッセージ テキストを持つ XML 例外をスローします。

public:
 void ThrowException(System::String ^ text);
public void ThrowException (string text);
member this.ThrowException : string -> unit
Public Sub ThrowException (text As String)

パラメーター

text
String

string 型の値。

適用対象