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

Constructor that accept the prioroty and the exception that is thrown

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

Syntax

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

Parameters

pr
Type: OfficeClip.Utils..::.ExceptionType
The Priority of the exception
e
Type: System..::.Exception
the inner exception that is thrown

See Also