mirror of
https://github.com/tyranid/DotNetToJScript
synced 2026-06-08 17:59:42 +00:00
Minor error tweaks.
This commit is contained in:
@@ -42,7 +42,12 @@ namespace DotNetToJScript
|
||||
{
|
||||
if (version != RuntimeVersion.None)
|
||||
{
|
||||
throw new ArgumentException("VBA output does not support version detection");
|
||||
throw new ArgumentException("VBA generator does not support version detection");
|
||||
}
|
||||
|
||||
if (enable_debug)
|
||||
{
|
||||
throw new ArgumentException("VBA generator does not support debug output");
|
||||
}
|
||||
|
||||
string hex_encoded = BitConverter.ToString(serialized_object).Replace("-", "");
|
||||
|
||||
Reference in New Issue
Block a user