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 类型的值。

适用于