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!

ApplicationException Class

Represents non-fatal application errors.

Object
   Exception
      ApplicationException

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

Remarks

These exceptions are generated (i.e., thrown) by an application, not the runtime.

Subclass the ApplicationException class if you are designing an application that needs to create its own exceptions. ApplicationException extends the Exception, but doesn't add new functionality.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

ApplicationException Members | System Namespace