Show / Hide Table of Contents

Class SessionLoaderNotExistsException

A session loader for the specific file session not exists

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

Constructors

SessionLoaderNotExistsException(String)

Constructor

Declaration
public SessionLoaderNotExistsException(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