3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/script_core/runtime/scripting/BaseError.h"
7#include "mc/deps/script_core/runtime/scripting/InvalidArgumentErrorType.h"
21 InvalidArgumentError& operator=(InvalidArgumentError
const&);
22 InvalidArgumentError(InvalidArgumentError
const&);
23 InvalidArgumentError();
31 InvalidArgumentError(::std::string
const& argTypeName, ::Scripting::InvalidArgumentErrorType type_,
int index_);
37 MCNAPI
void*
$ctor(::std::string
const& argTypeName,
int index_);
39 MCNAPI
void*
$ctor(::std::string
const& argTypeName, ::Scripting::InvalidArgumentErrorType type_,
int index_);
MCAPI InvalidArgumentError(::std::string const &argTypeName, int index_)
MCAPI void * $ctor(::std::string const &argTypeName, ::Scripting::InvalidArgumentErrorType type_, int index_)
MCAPI InvalidArgumentError(::std::string const &argTypeName, ::Scripting::InvalidArgumentErrorType type_, int index_)
MCAPI void * $ctor(::std::string const &argTypeName, int index_)