PipelineComponentExt.PostError 方法

定义

重载

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[])

protected:
 void PostError(int hr, ... cli::array <System::Object ^> ^ args);
protected void PostError (int hr, params object[] args);
member this.PostError : int * obj[] -> unit
Protected Sub PostError (hr As Integer, ParamArray args As Object())

参数

hr
Int32
args
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[]

适用于