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