public InjectableDeclarationException(SWIGTYPE_p_boost__shared_ptrT_org__bcom__xpcf__InjectableMetadata_t injectableInfo) : this(xpcf_apiPINVOKE.new_InjectableDeclarationException__SWIG_0(SWIGTYPE_p_boost__shared_ptrT_org__bcom__xpcf__InjectableMetadata_t.getCPtr(injectableInfo)), true)
 {
     if (xpcf_apiPINVOKE.SWIGPendingException.Pending)
     {
         throw xpcf_apiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public InjectionException(SWIGTYPE_p_boost__shared_ptrT_org__bcom__xpcf__InjectableMetadata_t injectableInfo, XPCFErrorCode errCode) : this(xpcf_apiPINVOKE.new_InjectionException__SWIG_1(SWIGTYPE_p_boost__shared_ptrT_org__bcom__xpcf__InjectableMetadata_t.getCPtr(injectableInfo), (int)errCode), true)
 {
     if (xpcf_apiPINVOKE.SWIGPendingException.Pending)
     {
         throw xpcf_apiPINVOKE.SWIGPendingException.Retrieve();
     }
 }