Show / Hide Table of Contents

Class FileSessionNotExistsException

A file session not exists on user disk

Inheritance
System.Object
FileSessionNotExistsException
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class FileSessionNotExistsException : Exception

Constructors

FileSessionNotExistsException(String)

Constructor

Declaration
public FileSessionNotExistsException(string fileName)
Parameters
Type Name Description
System.String fileName

Properties

FileName

Session Key

Declaration
public string FileName { get; }
Property Value
Type Description
System.String
Back to top Generated by DocFX