RecordException(Exception) Constructor

Create instance of RecordException.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public RecordException(
	Exception cause
)

Parameters

cause  Exception
Underlying exception.

See Also