RecordException Constructor (String, 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(
	string message,
	Exception cause
)
Public Sub New ( _
	message As String, _
	cause As Exception _
)
public:
RecordException(
	String^ message, 
	Exception^ cause
)

Parameters

message
String
Message describing exception.
cause
Exception
Underlying exception.

See Also