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!

CoreException Class

Represents an exception that is thrown by the Runtime.

Object
   Exception
      SystemException
         CoreException

[Visual Basic]
Public Class CoreException
   Inherits SystemException
[C#]
public class CoreException : SystemException
[C++]
public __gc class CoreException : public SystemException
[JScript]
public class CoreException extends SystemException

Remarks

The CoreException is an exception that is thrown by the Runtime.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

CoreException Members | System Namespace