'Declaration Public Function New( _ ByVal item As FileSystemItem _ )
'Usage Dim item As FileSystemItem Dim instance As New ItemAlreadyExistsException(item)
public ItemAlreadyExistsException( FileSystemItem item )
Parameters
- item
- The FileSystemItem object that caused the current exception.