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

Constructor for the OfficeClip exception

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

Syntax

C#
public OCException(
	string message,
	Exception inner
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
Visual C++
public:
OCException(
	String^ message, 
	Exception^ inner
)

Parameters

message
Type: System..::.String
The message that would be outputted
inner
Type: System..::.Exception
The inner exception

See Also