コード例 #1
0
 void IVBSAXErrorHandler.ignorableWarning(IVBSAXLocator oLocator, ref string strErrorMessage, int nErrorCode)
 {
     //throw new NotImplementedException();
     throw new ApplicationException("Warning: " + strErrorMessage);
 }
コード例 #2
0
 void IVBSAXErrorHandler.fatalError(IVBSAXLocator oLocator, ref string strErrorMessage, int nErrorCode)
 {
     //throw new NotImplementedException();
     throw new ApplicationException("Fatal Error: " + strErrorMessage);
 }