CLab# 1.0 API Documentation

ClabException Class

ClabException is a generic exception class used for separating exceptions which we throw and system exceptions. Looping through the inner exceptions should reflect the entire stack of messages and what lead to the exception.

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

System.Object
   Exception
      ClabException

public class ClabException : 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: CLab.Exceptions

Assembly: CLab (in CLab.dll)

See Also

ClabException Members | CLab.Exceptions Namespace