public UnitConversionException(
string message
)
Public Sub New (
message As String
)
Dim message As String
Dim instance As New UnitConversionException(message)
public:
UnitConversionException(
String^ message
)
new :
message : string -> UnitConversionException
No code example is currently available or this language may not be supported.