コード例 #1
0
ファイル: ExceptionHandler.cs プロジェクト: scottwis/tiny
 internal ExceptionHandler(FatExceptionClause * pClause, Module module)
 {
     m_pFatClause = (FatExceptionClause*)FluentAsserts.CheckNotNull((void*)pClause, "pClause");
     m_module = module.CheckNotNull("module");
 }
コード例 #2
0
ファイル: ExceptionHandler.cs プロジェクト: dbremner/tiny
 internal ExceptionHandler(FatExceptionClause *pClause, Module module)
 {
     m_pFatClause = (FatExceptionClause *)FluentAsserts.CheckNotNull((void *)pClause, "pClause");
     m_module     = module.CheckNotNull("module");
 }