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

Constructor that accepts the exception Priority

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

Syntax

C#
public OCException(
	ExceptionType pr
)
Visual Basic (Declaration)
Public Sub New ( _
	pr As ExceptionType _
)
Visual C++
public:
OCException(
	ExceptionType pr
)

Parameters

pr
Type: OfficeClip.Utils..::.ExceptionType
The Priority of the exception

See Also