ComponentException.StoreException 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
StoreException(IPipelineContext, String) | |
StoreException(IPipelineContext, Exception, String) |
StoreException(IPipelineContext, String)
public:
void StoreException(Microsoft::BizTalk::Component::Interop::IPipelineContext ^ pc, System::String ^ componentName);
public void StoreException (Microsoft.BizTalk.Component.Interop.IPipelineContext pc, string componentName);
member this.StoreException : Microsoft.BizTalk.Component.Interop.IPipelineContext * string -> unit
Public Sub StoreException (pc As IPipelineContext, componentName As String)
参数
- componentName
- String
适用于
StoreException(IPipelineContext, Exception, String)
public:
static void StoreException(Microsoft::BizTalk::Component::Interop::IPipelineContext ^ pc, Exception ^ e, System::String ^ componentName);
public static void StoreException (Microsoft.BizTalk.Component.Interop.IPipelineContext pc, Exception e, string componentName);
static member StoreException : Microsoft.BizTalk.Component.Interop.IPipelineContext * Exception * string -> unit
Public Shared Sub StoreException (pc As IPipelineContext, e As Exception, componentName As String)
参数
- componentName
- String