[This is preliminary documentation and is subject to change.]

This class is a wrapper over the existing Exception class. It provides a meaningful way to send user defined messages and Priority along with the exception.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
[SerializableAttribute]
public class OCException : ApplicationException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class OCException _
	Inherits ApplicationException
Visual C++
[SerializableAttribute]
public ref class OCException : public ApplicationException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      OfficeClip.Utils..::.OCException

See Also