Searched refs:GetFileNotFoundExceptionClassDescriptor (Results 1 – 3 of 3) sorted by relevance
114 virtual const uint8_t *GetFileNotFoundExceptionClassDescriptor() const = 0;447 const uint8_t *GetFileNotFoundExceptionClassDescriptor() const in GetFileNotFoundExceptionClassDescriptor() function449 return base_->GetFileNotFoundExceptionClassDescriptor(); in GetFileNotFoundExceptionClassDescriptor()
119 const uint8_t *GetFileNotFoundExceptionClassDescriptor() const override in GetFileNotFoundExceptionClassDescriptor() function
333 …ThrowException(ctx, thread, ctx.GetFileNotFoundExceptionClassDescriptor(), utf::CStringAsMutf8(msg… in ThrowFileNotFoundException()