コード例 #1
0
 internal StorageQueryExceptionHandler(IStorageQueryExecutor parentExecutor, Type exceptionType)
 {
     ParentExecutor = parentExecutor;
     ExceptionType  = exceptionType;
 }
コード例 #2
0
 internal StorageQueryExceptionHandler(IStorageQueryExecutor parentExecutor, Type exceptionType)
 {
     ParentExecutor = parentExecutor;
     ExceptionType = exceptionType;
 }