ComponentException.StoreException 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
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)
Parameters
- componentName
- String
Applies to
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)
Parameters
- componentName
- String