XmlQueryRuntime.ThrowException(String) Método
Definição
Gera uma exceção de XML que contém o texto de mensagem especificado.Throws an XML exception that has the specified message text.
public:
void ThrowException(System::String ^ text);
public void ThrowException (string text);
member this.ThrowException : string -> unit
Public Sub ThrowException (text As String)
Parâmetros
- text
- String
Um valor do tipo string.A value of type string.