Boxer.Exceptions.NotSupportedFileTypeException.NotSupportedFileTypeException C# (CSharp) Method

NotSupportedFileTypeException() public method

public NotSupportedFileTypeException ( string message ) : System
message string
return System
        public NotSupportedFileTypeException(string message)
            : base(message)
        {
        }
    }
NotSupportedFileTypeException