Gets or sets the message that is returned by a
StatResultConverter when a
DivideByZeroException occurs during the calculation of a statistical function's result.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property DivisionByZeroMessage As String |
| C# | |
|---|
public string DivisionByZeroMessage {get; set;} |
Return Value
A string representing the message that is returned by a
StatResultConverter when a
DivideByZeroException occurs during the calculation of a statistical function's result. By default, #DIV/0#.
Requirements
Supported Frameworks: Microsoft .NET Framework version 3.5
See Also