PipelineComponentExt.PostError Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[])
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[]