ConverterOnDomainNotFound Method
Raises the DomainNotFound event when a matching domain was not found
for a referenced or implied domain.
Namespace: ConversionCalcAssembly: ConversionCalc (in ConversionCalc.dll) Version: 25.1109.1402+460980fe794ed921231d4cff278ac7c37ae486a2
protected virtual void OnDomainNotFound(
string domainName = ""
)
Protected Overridable Sub OnDomainNotFound (
Optional domainName As String = ""
)
No code example is currently available or this language may not be supported.
Parameters
- domainName String (Optional)
-
Name of the domain not found, if applicable. Otherwise, an empty
string.