| 941 | } |
| 942 | |
| 943 | MObject* MCore::Exception::Get(const char* msg) |
| 944 | { |
| 945 | return (MonoObject*)mono_exception_from_name_msg(mono_get_corlib(), "System", "Exception", msg); |
| 946 | } |
| 947 | |
| 948 | MObject* MCore::Exception::GetArgument(const char* arg, const char* msg) |
| 949 | { |
no outgoing calls