UnitConversionException(String, Exception) Constructor
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public UnitConversionException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
Dim message As String
Dim inner As Exception
Dim instance As New UnitConversionException(message,
inner)
public:
UnitConversionException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> UnitConversionException
No code example is currently available or this language may not be supported.
Parameters
- message String
-
The message that describes the error.
- inner Exception
-
The inner exception.