FuncNumToWordException Constructor |
NumToWordException constructor
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public NumToWordException(
string message,
decimal number
)
Public Sub New (
message As String,
number As Decimal
)
Parameters
- message
- Type: SystemString
message to show - number
- Type: SystemDecimal
number to show
See Also