PipelineComponentExt.PostError メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PostError(Exception) | |
PostError(Int32, Object[]) | |
PostError(String, Object[]) |
PostError(Exception)
protected:
void PostError(Exception ^ e);
protected void PostError (Exception e);
member this.PostError : Exception -> unit
Protected Sub PostError (e As Exception)
パラメーター
適用対象
PostError(Int32, Object[])
PostError(String, Object[])
protected:
void PostError(System::String ^ message, ... cli::array <System::Object ^> ^ args);
protected void PostError (string message, params object[] args);
member this.PostError : string * obj[] -> unit
Protected Sub PostError (message As String, ParamArray args As Object())
パラメーター
- message
- String
- args
- Object[]