다음을 통해 공유


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

적용 대상