Dumper.SetErrorText(String) メソッド

定義

ダンパーのエラー テキストを設定します。

public:
 void SetErrorText(System::String ^ errorText);
public void SetErrorText(string errorText);
member this.SetErrorText : string -> unit
Public Sub SetErrorText (errorText As String)

パラメーター

errorText
String

エラー テキストです。

適用対象