C# 클래스 AutoOrganize.Core.OrganizationException

An generic exception that occurs during file organization.
상속: Exception
파일 보기 프로젝트 열기: jellyfin/jellyfin-plugin-autoorganize

공개 메소드들

메소드 설명
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.

메소드 상세

OrganizationException() 공개 메소드

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

OrganizationException() 공개 메소드

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.
리턴 System