다음을 통해 공유


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

적용 대상