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