RecordException(String, Exception) Constructor
Create instance of RecordException.
Namespace: Vajhoej.RecordAssembly: Record (in Record.dll) Version: 0.0.0.0
public RecordException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
Dim message As String
Dim cause As Exception
Dim instance As New RecordException(message,
cause)
public:
RecordException(
String^ message,
Exception^ cause
)
new :
message : string *
cause : Exception -> RecordException
Parameters
- message String
- Message describing exception.
- cause Exception
- Underlying exception.