'Declaration<JetBrains.Annotations.CanBeNullAttribute()> Function LoadFrom( _ ByVal fileName As String _ ) As Exception
'UsageDim instance As IFilePersistor Dim fileName As String Dim value As Exception value = instance.LoadFrom(fileName)
[JetBrains.Annotations.CanBeNull()] Exception^ LoadFrom( String^ fileName )
Parameters
- fileName
- The name of the file to load from.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method can return null (Nothing in Visual Basic).