 | FrameworkErrorsException Constructor (String, Exception) |
Standard exception constructor.
Namespace:
EBP.Framework.Common.Interfaces
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic FrameworkErrorsException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
The message that describes the error - innerException
- Type: SystemException
Inner exception
See Also