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!

SystemException Class

Represents non-fatal, "less severe" errors that may occur.

Object
   Exception
      SystemException

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

Remarks

The SystemException is the exception that are generated (that is, thrown) by the system when there are errors. These errors are the result of a failed "runtime check" (such as an array out-of-bounds error) and may occur during the execution of any method.

SystemException adds no new functionality to Exception.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

SystemException Members | System Namespace