PipelineComponentExt.PostError Method

Definition

Overloads

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)

Parameters

Applies to

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())

Parameters

hr
Int32
args
Object[]

Applies to

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())

Parameters

message
String
args
Object[]

Applies to