Searched refs:GetFileNotFoundExceptionClassDescriptor (Results 1 – 4 of 4) sorted by relevance
118 virtual const uint8_t *GetFileNotFoundExceptionClassDescriptor() const = 0;454 const uint8_t *GetFileNotFoundExceptionClassDescriptor() const in GetFileNotFoundExceptionClassDescriptor() function456 return base_->GetFileNotFoundExceptionClassDescriptor(); in GetFileNotFoundExceptionClassDescriptor()
124 const uint8_t *GetFileNotFoundExceptionClassDescriptor() const override in GetFileNotFoundExceptionClassDescriptor() function
162 const uint8_t *GetFileNotFoundExceptionClassDescriptor() const override in GetFileNotFoundExceptionClassDescriptor() function
337 …ThrowException(ctx, thread, ctx.GetFileNotFoundExceptionClassDescriptor(), utf::CStringAsMutf8(msg… in ThrowFileNotFoundException()