Searched refs:GetFileNotFoundExceptionClassDescriptor (Results 1 – 4 of 4) sorted by relevance
119 virtual const uint8_t *GetFileNotFoundExceptionClassDescriptor() const = 0;456 const uint8_t *GetFileNotFoundExceptionClassDescriptor() const in GetFileNotFoundExceptionClassDescriptor() function458 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
329 …ThrowException(ctx, thread, ctx.GetFileNotFoundExceptionClassDescriptor(), utf::CStringAsMutf8(msg… in ThrowFileNotFoundException()