RecordException Constructor (String)

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

Parameters

message
String
Message describing exception.

See Also