C# Class AutoOrganize.Core.OrganizationException

An generic exception that occurs during file organization.
Inheritance: Exception
Show file Open project: jellyfin/jellyfin-plugin-autoorganize

Public Methods

Method Description
OrganizationException ( ) : System

Initializes a new instance of the OrganizationException class.

OrganizationException ( string msg ) : System

Initializes a new instance of the OrganizationException class with a specified error message.

Method Details

OrganizationException() public method

Initializes a new instance of the OrganizationException class.
public OrganizationException ( ) : System
return System

OrganizationException() public method

Initializes a new instance of the OrganizationException class with a specified error message.
public OrganizationException ( string msg ) : System
msg string The message that describes the error.
return System