An NDoc Documented Class Library

AutomationException Class

For a list of all members of this type, see AutomationException Members.

System.Object
   System.Exception
      White.Core.AutomationException

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

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: White.Core

Assembly: White.Core (in White.Core.dll)

See Also

AutomationException Members | White.Core Namespace