C# Class Transloadit.Log.Exceptions.LoggerClassNotFoundException

Thrown when the logger class is not found
Inheritance: System.Exception
ファイルを表示 Open project: nkranitz/transloadit-csharp-sdk

Public Methods

Method Description
LoggerClassNotFoundException ( string className ) : System

Method Details

LoggerClassNotFoundException() public method

public LoggerClassNotFoundException ( string className ) : System
className string
return System