'Declaration Public Function New( _ ByVal path As String, _ ByVal message As String, _ ByVal item As FileSystemItem, _ ByVal innerException As Exception _ )
'Usage Dim path As String Dim message As String Dim item As FileSystemItem Dim innerException As Exception Dim instance As New ItemIsFolderException(path, message, item, innerException)
public ItemIsFolderException( string path, string message, FileSystemItem item, Exception innerException )
Parameters
- path
- message
- item
- innerException