C# 클래스 Disco.Services.Plugins.InvalidFeatureCategoryTypeException

상속: System.Exception
파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
InvalidFeatureCategoryTypeException ( Type CategoryType ) : System
InvalidFeatureCategoryTypeException ( Type CategoryType, string PluginRequested ) : System

메소드 상세

InvalidFeatureCategoryTypeException() 공개 메소드

public InvalidFeatureCategoryTypeException ( Type CategoryType ) : System
CategoryType System.Type
리턴 System

InvalidFeatureCategoryTypeException() 공개 메소드

public InvalidFeatureCategoryTypeException ( Type CategoryType, string PluginRequested ) : System
CategoryType System.Type
PluginRequested string
리턴 System