An exception thrown by the scripting runtime environment.
Inheritance: System.Exception
Example #1
0
 private static SObject TranslateException(ScriptRuntimeException exceptionIn)
 {
     return(exceptionIn.ErrorObject);
 }
Example #2
0
 private static SObject TranslateException(ScriptRuntimeException exceptionIn)
 {
     return exceptionIn.ErrorObject;
 }