XmlQueryRuntime.ThrowException(String) 메서드

정의

지정된 메시지 텍스트가 있는 XML 예외를 throw합니다.

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 형식의 값입니다.

적용 대상