Methods (1) Properties (3)
Namespace: SchwabenCode.QuickIO

Syntax

public class UnmatchedFileSystemEntryTypeException : Exception

Basetype

  • System.Exception

Summary

Exception if path returns another type as excepted

Methods

public void UnmatchedFileSystemEntryTypeException(QuickIOFileSystemEntryType estimated, QuickIOFileSystemEntryType found, String path)

Properties

Estimated

Estimated Type

public QuickIOFileSystemEntryType Estimated { get; set; }

Found

Type found

public QuickIOFileSystemEntryType Found { get; set; }

FullName

Affected full path

public String FullName { get; set; }