TemplateParser.ProcessError(String) メソッド

定義

メッセージを指定して新しい ParserError オブジェクトを作成し、これを ParserErrorCollection コレクションに追加することにより、プロセス エラーを報告します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

protected:
 void ProcessError(System::String ^ message);
protected void ProcessError (string message);
member this.ProcessError : string -> unit
Protected Sub ProcessError (message As String)

パラメーター

message
String

新しい ParserError を作成するために使用されるエラー メッセージ テキスト。

適用対象

こちらもご覧ください