|
ModelException Constructor (String, Exception)
|
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ModelException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
ModelException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> ModelException
Parameters
- message
- Type: SystemString
The message that describes the error. - inner
- Type: SystemException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also