 | FrameworkErrorsException Constructor (String) |
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
)
Public Sub New (
message As String
)
Parameters
- message
- Type: System.String
The message that describes the error
See Also