RecordException Constructor (Exception)

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Create instance of RecordException.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public RecordException(
	Exception cause
)
Public Sub New ( _
	cause As Exception _
)
public:
RecordException(
	Exception^ cause
)

Parameters

cause
Exception
Underlying exception.

See Also