NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ExecutionEngineException Class

Represents an exception that is thrown by NGWS runtime when an error internal to the Execution Engine occurs.

Object
   Exception
      SystemException
         CoreException
            ExecutionEngineException

[Visual Basic]
NotInheritable Public Class ExecutionEngineException
   Inherits CoreException
[C#]
public sealed class ExecutionEngineException : CoreException
[C++]
public __gc __sealed class ExecutionEngineException : public
   CoreException
[JScript]
public class ExecutionEngineException extends CoreException

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

ExecutionEngineException Members | System Namespace